Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dimx_keypad.c45 struct imx_keypad { struct
79 static void imx_keypad_scan_matrix(struct imx_keypad *keypad, in imx_keypad_scan_matrix() argument
144 static void imx_keypad_fire_events(struct imx_keypad *keypad, in imx_keypad_fire_events()
290 struct imx_keypad *keypad = dev_id; in imx_keypad_irq_handler()
313 static void imx_keypad_config(struct imx_keypad *keypad) in imx_keypad_config()
349 static void imx_keypad_inhibit(struct imx_keypad *keypad) in imx_keypad_inhibit()
366 struct imx_keypad *keypad = input_get_drvdata(dev); in imx_keypad_close()
383 struct imx_keypad *keypad = input_get_drvdata(dev); in imx_keypad_open()
420 struct imx_keypad *keypad; in imx_keypad_probe()
520 struct imx_keypad *kbd = platform_get_drvdata(pdev); in imx_kbd_noirq_suspend()
[all …]
H A DMakefile32 obj-$(CONFIG_KEYBOARD_IMX) += imx_keypad.o
H A DKconfig467 module will be called imx_keypad.