Linux Kernel
3.7.1
|
#include <tca6416_keypad.h>
Data Fields | |
struct tca6416_button * | buttons |
int | nbuttons |
unsigned int | rep:1 |
uint16_t | pinmask |
uint16_t | invert |
int | irq_is_gpio |
int | use_polling |
Definition at line 25 of file tca6416_keypad.h.
struct tca6416_button* buttons |
Definition at line 26 of file tca6416_keypad.h.
uint16_t invert |
Definition at line 30 of file tca6416_keypad.h.
int irq_is_gpio |
Definition at line 31 of file tca6416_keypad.h.
int nbuttons |
Definition at line 27 of file tca6416_keypad.h.
uint16_t pinmask |
Definition at line 29 of file tca6416_keypad.h.
unsigned int rep |
Definition at line 28 of file tca6416_keypad.h.
int use_polling |
Definition at line 32 of file tca6416_keypad.h.