Linux Kernel
3.7.1
|
Data Fields | |
unsigned short | btncode [ARRAY_SIZE(pcf8574_kp_btncode)] |
struct input_dev * | idev |
struct i2c_client * | client |
char | name [64] |
char | phys [32] |
unsigned char | laststate |
Definition at line 39 of file pcf8574_keypad.c.
unsigned short btncode[ARRAY_SIZE(pcf8574_kp_btncode)] |
Definition at line 40 of file pcf8574_keypad.c.
Definition at line 42 of file pcf8574_keypad.c.
struct input_dev* idev |
Definition at line 41 of file pcf8574_keypad.c.
unsigned char laststate |
Definition at line 45 of file pcf8574_keypad.c.
char name[64] |
Definition at line 43 of file pcf8574_keypad.c.
char phys[32] |
Definition at line 44 of file pcf8574_keypad.c.