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