Lines Matching defs:adp5588_kpad_platform_data
142 struct adp5588_kpad_platform_data { struct
143 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;
152 unsigned short gpimapsize;
153 const struct adp5588_gpio_platform_data *gpio_data;