Searched refs:twl4030_keypad_key (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/board/lg/sniper/ |
D | sniper.c | 107 keys[0] = twl4030_keypad_key((unsigned char *)&keypad_matrix, 0, 0); in misc_init_r() 108 keys[1] = twl4030_keypad_key((unsigned char *)&keypad_matrix, 0, 1); in misc_init_r() 109 keys[2] = twl4030_keypad_key((unsigned char *)&keypad_matrix, 0, 2); in misc_init_r()
|
/external/u-boot/drivers/input/ |
D | twl4030.c | 84 int twl4030_keypad_key(unsigned char *matrix, u8 c, u8 r) in twl4030_keypad_key() function
|
/external/u-boot/include/ |
D | twl4030.h | 686 int twl4030_keypad_key(unsigned char *matrix, u8 c, u8 r);
|