Searched defs:adp5588_kpad_platform_data (Results 1 – 1 of 1) sorted by relevance
141 struct adp5588_kpad_platform_data { struct142 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 …]