Home
last modified time | relevance | path

Searched defs:adp5588_kpad_platform_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/linux/platform_data/
Dadp5588.h141 struct adp5588_kpad_platform_data { struct
142 int rows; /* Number of rows */
143 int cols; /* Number of columns */
144 const unsigned short *keymap; /* Pointer to keymap */
145 unsigned short keymapsize; /* Keymap size */
146 unsigned repeat:1; /* Enable key repeat */
147 unsigned en_keylock:1; /* Enable Key Lock feature */
148 unsigned short unlock_key1; /* Unlock Key 1 */
149 unsigned short unlock_key2; /* Unlock Key 2 */
150 const struct adp5588_gpi_map *gpimap;
[all …]