Searched defs:adp5588_kpad_platform_data (Results 1 – 1 of 1) sorted by relevance
142 struct adp5588_kpad_platform_data { struct143 int rows; /* Number of rows */144 int cols; /* Number of columns */145 const unsigned short *keymap; /* Pointer to keymap */146 unsigned short keymapsize; /* Keymap size */147 unsigned repeat:1; /* Enable key repeat */148 unsigned en_keylock:1; /* Enable Key Lock feature */149 unsigned short unlock_key1; /* Unlock Key 1 */150 unsigned short unlock_key2; /* Unlock Key 2 */151 const struct adp5588_gpi_map *gpimap;[all …]