|
Linux Kernel
3.7.1
|
Data Fields | |
| unsigned short | slave_adr |
| unsigned long | count |
| unsigned char * | buffer |
| unsigned long | xfer_bytes |
| enum i2c_operation | operation |
struct i2c_nmk_client - client specific data : 7-bit slave address : no. bytes to be transferred : client data buffer : bytes transferred till now : current I2C operation
Definition at line 130 of file i2c-nomadik.c.
Definition at line 133 of file i2c-nomadik.c.
| unsigned long count |
Definition at line 132 of file i2c-nomadik.c.
| enum i2c_operation operation |
Definition at line 135 of file i2c-nomadik.c.
| unsigned short slave_adr |
Definition at line 131 of file i2c-nomadik.c.
| unsigned long xfer_bytes |
Definition at line 134 of file i2c-nomadik.c.
1.8.2