Linux Kernel
3.7.1
|
Data Fields | |
struct gpio_chip | gpio_chip |
struct i2c_client * | client |
struct i2c_client * | client_dummy |
struct i2c_client * | client_group_a |
struct i2c_client * | client_group_b |
unsigned int | mask_group_a |
unsigned int | dir_input |
unsigned int | dir_output |
struct mutex | lock |
uint8_t | reg_out [2] |
Definition at line 119 of file gpio-max732x.c.
Definition at line 122 of file gpio-max732x.c.
struct i2c_client* client_dummy |
Definition at line 123 of file gpio-max732x.c.
struct i2c_client* client_group_a |
Definition at line 124 of file gpio-max732x.c.
struct i2c_client* client_group_b |
Definition at line 125 of file gpio-max732x.c.
unsigned int dir_input |
Definition at line 128 of file gpio-max732x.c.
unsigned int dir_output |
Definition at line 129 of file gpio-max732x.c.
struct gpio_chip gpio_chip |
Definition at line 120 of file gpio-max732x.c.
Definition at line 131 of file gpio-max732x.c.
unsigned int mask_group_a |
Definition at line 127 of file gpio-max732x.c.
uint8_t reg_out[2] |
Definition at line 132 of file gpio-max732x.c.