Lines Matching refs:matrix_keypad
29 struct matrix_keypad { struct
87 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()
119 container_of(work, struct matrix_keypad, work.work); in matrix_keypad_scan()
176 struct matrix_keypad *keypad = id; in matrix_keypad_interrupt()
201 struct matrix_keypad *keypad = input_get_drvdata(dev); in matrix_keypad_start()
217 struct matrix_keypad *keypad = input_get_drvdata(dev); in matrix_keypad_stop()
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()
289 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_resume()
304 struct matrix_keypad *keypad) in matrix_keypad_init_gpio()
380 static void matrix_keypad_free_gpio(struct matrix_keypad *keypad) in matrix_keypad_free_gpio()
471 struct matrix_keypad *keypad; in matrix_keypad_probe()
487 keypad = kzalloc(sizeof(struct matrix_keypad), GFP_KERNEL); in matrix_keypad_probe()
544 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_remove()