Searched defs:tca6416_keys_platform_data (Results 1 – 1 of 1) sorted by relevance
25 struct tca6416_keys_platform_data { struct26 struct tca6416_button *buttons;27 int nbuttons;28 unsigned int rep:1; /* enable input subsystem auto repeat */29 uint16_t pinmask;30 uint16_t invert;31 int irq_is_gpio;32 int use_polling; /* use polling if Interrupt is not connected*/