Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | trapped_io |
Macros | |
#define | IO_TRAPPED_MAGIC 0xfeedbeef |
#define | register_trapped_io(tiop) (-1) |
#define | handle_trapped_io(tiop, address) 0 |
#define | __ioremap_trapped(offset, size) NULL |
#define | __ioport_map_trapped(offset, size) NULL |
Functions | |
struct trapped_io | __aligned (PAGE_SIZE) |
Variables | |
unsigned int | magic |
struct resource * | resource |
unsigned int | num_resources |
unsigned int | minimum_bus_width |
struct list_head | list |
void __iomem * | virt_base |
Definition at line 55 of file io_trapped.h.
Definition at line 54 of file io_trapped.h.
#define handle_trapped_io | ( | tiop, | |
address | |||
) | 0 |
Definition at line 53 of file io_trapped.h.
#define IO_TRAPPED_MAGIC 0xfeedbeef |
Definition at line 8 of file io_trapped.h.
#define register_trapped_io | ( | tiop | ) | (-1) |
Definition at line 52 of file io_trapped.h.
struct trapped_io __aligned | ( | PAGE_SIZE | ) |
Definition at line 22 of file io_trapped.h.
unsigned int magic |
Definition at line 18 of file io_trapped.h.
unsigned int minimum_bus_width |
Definition at line 21 of file io_trapped.h.
unsigned int num_resources |
Definition at line 20 of file io_trapped.h.
devres_for_each_res - Resource iterator : Device to iterate resource from : Look for resources associated with this release function : Match function (optional) : Data for the match function
: Data for
Definition at line 19 of file io_trapped.h.
Definition at line 23 of file io_trapped.h.