Searched defs:adp5589_kpad_platform_data (Results 1 – 1 of 1) sorted by relevance
149 struct adp5589_kpad_platform_data { struct150 unsigned keypad_en_mask; /* Keypad (Rows/Columns) enable mask */151 const unsigned short *keymap; /* Pointer to keymap */152 unsigned short keymapsize; /* Keymap size */153 bool repeat; /* Enable key repeat */154 bool en_keylock; /* Enable key lock feature (ADP5589 only)*/155 unsigned char unlock_key1; /* Unlock Key 1 (ADP5589 only) */156 unsigned char unlock_key2; /* Unlock Key 2 (ADP5589 only) */157 …har unlock_timer; /* Time in seconds [0..7] between the two unlock keys 0=disable (ADP5589 only) */158 unsigned char scan_cycle_time; /* Time between consecutive scan cycles */[all …]