Searched defs:twl4030_keypad (Results 1 - 1 of 1) sorted by relevance

/drivers/input/keyboard/
H A Dtwl4030_keypad.c2 * twl4030_keypad.c - driver for 8x8 keypad controller in twl4030 chips
60 struct twl4030_keypad { struct
138 static int twl4030_kpread(struct twl4030_keypad *kp,
151 static int twl4030_kpwrite_u8(struct twl4030_keypad *kp, u8 data, u32 reg)
163 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col)
176 static int twl4030_read_kp_matrix_state(struct twl4030_keypad *kp, u16 *state)
189 static bool twl4030_is_in_ghost_state(struct twl4030_keypad *kp, u16 *key_state)
206 static void twl4030_kp_scan(struct twl4030_keypad *kp, bool release_all)
258 struct twl4030_keypad *kp = _kp;
275 static int twl4030_kp_program(struct twl4030_keypad *k
[all...]

Completed in 292 milliseconds