|
Linux Kernel
3.7.1
|
#include <linux/string.h>#include <linux/kernel.h>#include <linux/of.h>#include <linux/init.h>#include <linux/export.h>#include <linux/mod_devicetable.h>#include <linux/slab.h>#include <linux/errno.h>#include <linux/irq.h>#include <linux/of_device.h>#include <linux/of_platform.h>#include <asm/spitfire.h>#include "of_device_common.h"Go to the source code of this file.
Macros | |
| #define | of_bus_fhc_count_cells of_bus_sbus_count_cells |
Functions | |
| void __iomem * | of_ioremap (struct resource *res, unsigned long offset, unsigned long size, char *name) |
| EXPORT_SYMBOL (of_ioremap) | |
| void | of_iounmap (struct resource *res, void __iomem *base, unsigned long size) |
| EXPORT_SYMBOL (of_iounmap) | |
| postcore_initcall (scan_of_devices) | |
| __setup ("of_debug=", of_debug) | |
| #define of_bus_fhc_count_cells of_bus_sbus_count_cells |
Definition at line 175 of file of_device_64.c.
| __setup | ( | ) |
| EXPORT_SYMBOL | ( | of_ioremap | ) |
| EXPORT_SYMBOL | ( | of_iounmap | ) |
| void __iomem* of_ioremap | ( | struct resource * | res, |
| unsigned long | offset, | ||
| unsigned long | size, | ||
| char * | name | ||
| ) |
Definition at line 16 of file of_device_64.c.
Definition at line 32 of file of_device_64.c.
| postcore_initcall | ( | scan_of_devices | ) |
1.8.2