Home
last modified time | relevance | path

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

/linux/include/linux/input/
H A Dadp5589.h148 struct adp5589_kpad_platform_data { struct
149 unsigned keypad_en_mask; /* Keypad (Rows/Columns) enable mask */
150 const unsigned short *keymap; /* Pointer to keymap */
151 unsigned short keymapsize; /* Keymap size */
152 bool repeat; /* Enable key repeat */
153 bool en_keylock; /* Enable key lock feature (ADP5589 only)*/
154 unsigned char unlock_key1; /* Unlock Key 1 (ADP5589 only) */
155 unsigned char unlock_key2; /* Unlock Key 2 (ADP5589 only) */
156 …har unlock_timer; /* Time in seconds [0..7] between the two unlock keys 0=disable (ADP5589 only) */
157 unsigned char scan_cycle_time; /* Time between consecutive scan cycles */
[all …]