Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_client * | client |
struct input_dev * | input |
struct adp_constants * | var |
unsigned short | keycode [ADP5589_KEYMAPSIZE] |
struct adp5589_gpi_map * | gpimap |
unsigned short | gpimapsize |
unsigned | extend_cfg |
bool | is_adp5585 |
bool | adp5585_support_row5 |
Definition at line 230 of file adp5589-keys.c.
bool adp5585_support_row5 |
Definition at line 239 of file adp5589-keys.c.
Definition at line 231 of file adp5589-keys.c.
unsigned extend_cfg |
Definition at line 237 of file adp5589-keys.c.
struct adp5589_gpi_map* gpimap |
Definition at line 235 of file adp5589-keys.c.
unsigned short gpimapsize |
Definition at line 236 of file adp5589-keys.c.
struct input_dev* input |
Definition at line 232 of file adp5589-keys.c.
bool is_adp5585 |
Definition at line 238 of file adp5589-keys.c.
unsigned short keycode[ADP5589_KEYMAPSIZE] |
Definition at line 234 of file adp5589-keys.c.
struct adp_constants* var |
Definition at line 233 of file adp5589-keys.c.