Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
io_trapped.h File Reference
#include <linux/list.h>
#include <linux/ioport.h>
#include <asm/page.h>

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 resourceresource
 
unsigned int num_resources
 
unsigned int minimum_bus_width
 
struct list_head list
 
void __iomemvirt_base
 

Macro Definition Documentation

#define __ioport_map_trapped (   offset,
  size 
)    NULL

Definition at line 55 of file io_trapped.h.

#define __ioremap_trapped (   offset,
  size 
)    NULL

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.

Function Documentation

struct trapped_io __aligned ( PAGE_SIZE  )

Variable Documentation

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.

:Function to be called for each matched resource

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.

void __iomem* virt_base

Definition at line 23 of file io_trapped.h.