Home
last modified time | relevance | path

Searched refs:imx_keypad (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
Dimx_keypad.c48 struct imx_keypad { struct
82 static void imx_keypad_scan_matrix(struct imx_keypad *keypad, in imx_keypad_scan_matrix() argument
147 static void imx_keypad_fire_events(struct imx_keypad *keypad, in imx_keypad_fire_events()
189 struct imx_keypad *keypad = (struct imx_keypad *) data; in imx_keypad_check_for_events()
293 struct imx_keypad *keypad = dev_id; in imx_keypad_irq_handler()
316 static void imx_keypad_config(struct imx_keypad *keypad) in imx_keypad_config()
352 static void imx_keypad_inhibit(struct imx_keypad *keypad) in imx_keypad_inhibit()
369 struct imx_keypad *keypad = input_get_drvdata(dev); in imx_keypad_close()
386 struct imx_keypad *keypad = input_get_drvdata(dev); in imx_keypad_open()
427 struct imx_keypad *keypad; in imx_keypad_probe()
[all …]
DMakefile28 obj-$(CONFIG_KEYBOARD_IMX) += imx_keypad.o
DKconfig423 module will be called imx_keypad.