Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
amba_id Struct Reference

#include <mod_devicetable.h>

Data Fields

unsigned int id
 
unsigned int mask
 
kernel_ulong_t data
 

Detailed Description

struct amba_id - identifies a device on an AMBA bus : The significant bits if the hardware device ID : Bitmask specifying which bits of the id field are significant when matching. A driver binds to a device when ((hardware device ID) & mask) == id. : Private data used by the driver.

Definition at line 572 of file mod_devicetable.h.

Field Documentation

Definition at line 576 of file mod_devicetable.h.

unsigned int id

Definition at line 573 of file mod_devicetable.h.

unsigned int mask

Definition at line 574 of file mod_devicetable.h.


The documentation for this struct was generated from the following file: