Home
last modified time | relevance | path

Searched refs:pxa27x_keypad (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/input/keyboard/
Dpxa27x_keypad.c99 struct pxa27x_keypad { struct
121 static int pxa27x_keypad_matrix_key_parse_dt(struct pxa27x_keypad *keypad, in pxa27x_keypad_matrix_key_parse_dt() argument
151 static int pxa27x_keypad_direct_key_parse_dt(struct pxa27x_keypad *keypad, in pxa27x_keypad_direct_key_parse_dt()
211 static int pxa27x_keypad_rotary_parse_dt(struct pxa27x_keypad *keypad, in pxa27x_keypad_rotary_parse_dt()
284 static int pxa27x_keypad_build_keycode_from_dt(struct pxa27x_keypad *keypad) in pxa27x_keypad_build_keycode_from_dt()
335 static int pxa27x_keypad_build_keycode_from_dt(struct pxa27x_keypad *keypad) in pxa27x_keypad_build_keycode_from_dt()
344 static int pxa27x_keypad_build_keycode(struct pxa27x_keypad *keypad) in pxa27x_keypad_build_keycode()
411 static void pxa27x_keypad_scan_matrix(struct pxa27x_keypad *keypad) in pxa27x_keypad_scan_matrix()
490 static void report_rotary_event(struct pxa27x_keypad *keypad, int r, int delta) in report_rotary_event()
514 static void pxa27x_keypad_scan_rotary(struct pxa27x_keypad *keypad) in pxa27x_keypad_scan_rotary()
[all …]
DMakefile48 obj-$(CONFIG_KEYBOARD_PXA27x) += pxa27x_keypad.o
DKconfig472 module will be called pxa27x_keypad.
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa27x.c194 static DEFINE_PXA2_CKEN(pxa27x_keypad, KEYPAD, 32768, 0);