Home
last modified time | relevance | path

Searched defs:keypad (Results 1 – 12 of 12) sorted by relevance

/drivers/input/keyboard/
Dmatrix_keypad.c87 static void enable_row_irqs(struct matrix_keypad *keypad) in enable_row_irqs()
100 static void disable_row_irqs(struct matrix_keypad *keypad) in disable_row_irqs()
118 struct matrix_keypad *keypad = in matrix_keypad_scan() local
176 struct matrix_keypad *keypad = id; in matrix_keypad_interrupt() local
201 struct matrix_keypad *keypad = input_get_drvdata(dev); in matrix_keypad_start() local
217 struct matrix_keypad *keypad = input_get_drvdata(dev); in matrix_keypad_stop() local
230 static void matrix_keypad_enable_wakeup(struct matrix_keypad *keypad) in matrix_keypad_enable_wakeup()
252 static void matrix_keypad_disable_wakeup(struct matrix_keypad *keypad) in matrix_keypad_disable_wakeup()
276 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_suspend() local
289 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_resume() local
[all …]
Dsamsung-keypad.c83 static void samsung_keypad_scan(struct samsung_keypad *keypad, in samsung_keypad_scan()
109 static bool samsung_keypad_report(struct samsung_keypad *keypad, in samsung_keypad_report()
151 struct samsung_keypad *keypad = dev_id; in samsung_keypad_irq() local
177 static void samsung_keypad_start(struct samsung_keypad *keypad) in samsung_keypad_start()
199 static void samsung_keypad_stop(struct samsung_keypad *keypad) in samsung_keypad_stop()
231 struct samsung_keypad *keypad = input_get_drvdata(input_dev); in samsung_keypad_open() local
240 struct samsung_keypad *keypad = input_get_drvdata(input_dev); in samsung_keypad_close() local
321 struct samsung_keypad *keypad; in samsung_keypad_probe() local
454 struct samsung_keypad *keypad = platform_get_drvdata(pdev); in samsung_keypad_remove() local
470 struct samsung_keypad *keypad = platform_get_drvdata(pdev); in samsung_keypad_runtime_suspend() local
[all …]
Dpxa27x_keypad.c124 static int pxa27x_keypad_matrix_key_parse_dt(struct pxa27x_keypad *keypad, in pxa27x_keypad_matrix_key_parse_dt()
154 static int pxa27x_keypad_direct_key_parse_dt(struct pxa27x_keypad *keypad, in pxa27x_keypad_direct_key_parse_dt()
214 static int pxa27x_keypad_rotary_parse_dt(struct pxa27x_keypad *keypad, in pxa27x_keypad_rotary_parse_dt()
287 static int pxa27x_keypad_build_keycode_from_dt(struct pxa27x_keypad *keypad) in pxa27x_keypad_build_keycode_from_dt()
338 static int pxa27x_keypad_build_keycode_from_dt(struct pxa27x_keypad *keypad) in pxa27x_keypad_build_keycode_from_dt()
347 static int pxa27x_keypad_build_keycode(struct pxa27x_keypad *keypad) in pxa27x_keypad_build_keycode()
416 static void pxa27x_keypad_scan_matrix(struct pxa27x_keypad *keypad) in pxa27x_keypad_scan_matrix()
495 static void report_rotary_event(struct pxa27x_keypad *keypad, int r, int delta) in report_rotary_event()
519 static void pxa27x_keypad_scan_rotary(struct pxa27x_keypad *keypad) in pxa27x_keypad_scan_rotary()
535 static void pxa27x_keypad_scan_direct(struct pxa27x_keypad *keypad) in pxa27x_keypad_scan_direct()
[all …]
Dnomadik-ske-keypad.c74 static void ske_keypad_set_bits(struct ske_keypad *keypad, u16 addr, in ske_keypad_set_bits()
94 static int __init ske_keypad_chip_init(struct ske_keypad *keypad) in ske_keypad_chip_init()
140 static void ske_keypad_report(struct ske_keypad *keypad, u8 status, int col) in ske_keypad_report()
166 static void ske_keypad_read_data(struct ske_keypad *keypad) in ske_keypad_read_data()
200 struct ske_keypad *keypad = dev_id; in ske_keypad_irq() local
227 struct ske_keypad *keypad; in ske_keypad_probe() local
372 struct ske_keypad *keypad = platform_get_drvdata(pdev); in ske_keypad_remove() local
396 struct ske_keypad *keypad = platform_get_drvdata(pdev); in ske_keypad_suspend() local
410 struct ske_keypad *keypad = platform_get_drvdata(pdev); in ske_keypad_resume() local
Dtc3589x-keypad.c92 static int tc3589x_keypad_init_key_hardware(struct tc_keypad *keypad) in tc3589x_keypad_init_key_hardware()
169 struct tc_keypad *keypad = dev; in tc3589x_keypad_irq() local
204 static int tc3589x_keypad_enable(struct tc_keypad *keypad) in tc3589x_keypad_enable()
240 static int tc3589x_keypad_disable(struct tc_keypad *keypad) in tc3589x_keypad_disable()
273 struct tc_keypad *keypad = input_get_drvdata(input); in tc3589x_keypad_open() local
293 struct tc_keypad *keypad = input_get_drvdata(input); in tc3589x_keypad_close() local
361 struct tc_keypad *keypad; in tc3589x_keypad_probe() local
448 struct tc_keypad *keypad = platform_get_drvdata(pdev); in tc3589x_keypad_remove() local
467 struct tc_keypad *keypad = platform_get_drvdata(pdev); in tc3589x_keypad_suspend() local
486 struct tc_keypad *keypad = platform_get_drvdata(pdev); in tc3589x_keypad_resume() local
Dep93xx_keypad.c86 struct ep93xx_keypad *keypad = dev_id; in ep93xx_keypad_irq_handler() local
135 static void ep93xx_keypad_config(struct ep93xx_keypad *keypad) in ep93xx_keypad_config()
163 struct ep93xx_keypad *keypad = input_get_drvdata(pdev); in ep93xx_keypad_open() local
176 struct ep93xx_keypad *keypad = input_get_drvdata(pdev); in ep93xx_keypad_close() local
189 struct ep93xx_keypad *keypad = platform_get_drvdata(pdev); in ep93xx_keypad_suspend() local
210 struct ep93xx_keypad *keypad = platform_get_drvdata(pdev); in ep93xx_keypad_resume() local
237 struct ep93xx_keypad *keypad; in ep93xx_keypad_probe() local
350 struct ep93xx_keypad *keypad = platform_get_drvdata(pdev); in ep93xx_keypad_remove() local
Dst-keyscan.c44 struct st_keyscan *keypad = dev_id; in keyscan_isr() local
62 static int keyscan_start(struct st_keyscan *keypad) in keyscan_start()
82 static void keyscan_stop(struct st_keyscan *keypad) in keyscan_stop()
91 struct st_keyscan *keypad = input_get_drvdata(dev); in keyscan_open() local
98 struct st_keyscan *keypad = input_get_drvdata(dev); in keyscan_close() local
222 struct st_keyscan *keypad = platform_get_drvdata(pdev); in keyscan_suspend() local
239 struct st_keyscan *keypad = platform_get_drvdata(pdev); in keyscan_resume() local
Dimx_keypad.c84 static void imx_keypad_scan_matrix(struct imx_keypad *keypad, in imx_keypad_scan_matrix()
149 static void imx_keypad_fire_events(struct imx_keypad *keypad, in imx_keypad_fire_events()
191 struct imx_keypad *keypad = (struct imx_keypad *) data; in imx_keypad_check_for_events() local
295 struct imx_keypad *keypad = dev_id; in imx_keypad_irq_handler() local
318 static void imx_keypad_config(struct imx_keypad *keypad) in imx_keypad_config()
354 static void imx_keypad_inhibit(struct imx_keypad *keypad) in imx_keypad_inhibit()
371 struct imx_keypad *keypad = input_get_drvdata(dev); in imx_keypad_close() local
388 struct imx_keypad *keypad = input_get_drvdata(dev); in imx_keypad_open() local
429 struct imx_keypad *keypad; in imx_keypad_probe() local
Dw90p910_keypad.c57 static void w90p910_keypad_scan_matrix(struct w90p910_keypad *keypad, in w90p910_keypad_scan_matrix()
77 struct w90p910_keypad *keypad = dev_id; in w90p910_keypad_irq_handler() local
92 struct w90p910_keypad *keypad = input_get_drvdata(dev); in w90p910_keypad_open() local
114 struct w90p910_keypad *keypad = input_get_drvdata(dev); in w90p910_keypad_close() local
125 struct w90p910_keypad *keypad; in w90p910_keypad_probe() local
238 struct w90p910_keypad *keypad = platform_get_drvdata(pdev); in w90p910_keypad_remove() local
Dnspire-keypad.c55 struct nspire_keypad *keypad = dev_id; in nspire_keypad_irq() local
99 static int nspire_keypad_chip_init(struct nspire_keypad *keypad) in nspire_keypad_chip_init()
138 struct nspire_keypad *keypad = input_get_drvdata(input); in nspire_keypad_open() local
156 struct nspire_keypad *keypad = input_get_drvdata(input); in nspire_keypad_close() local
164 struct nspire_keypad *keypad; in nspire_keypad_probe() local
Dstmpe-keypad.c114 static int stmpe_keypad_read_data(struct stmpe_keypad *keypad, u8 *data) in stmpe_keypad_read_data()
138 struct stmpe_keypad *keypad = dev; in stmpe_keypad_irq() local
168 static int stmpe_keypad_altfunc_init(struct stmpe_keypad *keypad) in stmpe_keypad_altfunc_init()
209 static int stmpe_keypad_chip_init(struct stmpe_keypad *keypad) in stmpe_keypad_chip_init()
259 static void stmpe_keypad_fill_used_pins(struct stmpe_keypad *keypad) in stmpe_keypad_fill_used_pins()
308 struct stmpe_keypad *keypad; in stmpe_keypad_probe() local
381 struct stmpe_keypad *keypad = platform_get_drvdata(pdev); in stmpe_keypad_remove() local
Dmax7359_keypad.c87 static void max7359_build_keycode(struct max7359_keypad *keypad, in max7359_build_keycode()
110 struct max7359_keypad *keypad = dev_id; in max7359_interrupt() local
152 struct max7359_keypad *keypad = input_get_drvdata(dev); in max7359_open() local
161 struct max7359_keypad *keypad = input_get_drvdata(dev); in max7359_close() local
187 struct max7359_keypad *keypad; in max7359_probe() local