Linux Kernel
3.7.1
|
#include <mod_devicetable.h>
Data Fields | |
unsigned int | id |
unsigned int | mask |
kernel_ulong_t | data |
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.
Definition at line 576 of file mod_devicetable.h.
Definition at line 573 of file mod_devicetable.h.
unsigned int mask |
Definition at line 574 of file mod_devicetable.h.