Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_adapter | adapter |
unsigned long | smba |
unsigned char | original_hstcfg |
struct pci_dev * | pci_dev |
unsigned int | features |
wait_queue_head_t | waitq |
u8 | status |
u8 | cmd |
bool | is_read |
int | count |
int | len |
u8 * | data |
Definition at line 178 of file i2c-i801.c.
Definition at line 179 of file i2c-i801.c.
Definition at line 190 of file i2c-i801.c.
int count |
Definition at line 192 of file i2c-i801.c.
Definition at line 194 of file i2c-i801.c.
Definition at line 183 of file i2c-i801.c.
bool is_read |
Definition at line 191 of file i2c-i801.c.
int len |
Definition at line 193 of file i2c-i801.c.
unsigned char original_hstcfg |
Definition at line 181 of file i2c-i801.c.
Definition at line 182 of file i2c-i801.c.
unsigned long smba |
Definition at line 180 of file i2c-i801.c.
Definition at line 187 of file i2c-i801.c.
wait_queue_head_t waitq |
Definition at line 186 of file i2c-i801.c.