Lines Matching refs:matrix_keypad
29 struct matrix_keypad { struct
89 static void enable_row_irqs(struct matrix_keypad *keypad) in enable_row_irqs()
102 static void disable_row_irqs(struct matrix_keypad *keypad) in disable_row_irqs()
120 struct matrix_keypad *keypad = in matrix_keypad_scan()
121 container_of(work, struct matrix_keypad, work.work); in matrix_keypad_scan()
178 struct matrix_keypad *keypad = id; in matrix_keypad_interrupt()
203 struct matrix_keypad *keypad = input_get_drvdata(dev); in matrix_keypad_start()
219 struct matrix_keypad *keypad = input_get_drvdata(dev); in matrix_keypad_stop()
234 static void matrix_keypad_enable_wakeup(struct matrix_keypad *keypad) in matrix_keypad_enable_wakeup()
256 static void matrix_keypad_disable_wakeup(struct matrix_keypad *keypad) in matrix_keypad_disable_wakeup()
280 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_suspend()
293 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_resume()
308 struct matrix_keypad *keypad) in matrix_keypad_init_gpio()
384 static void matrix_keypad_free_gpio(struct matrix_keypad *keypad) in matrix_keypad_free_gpio()
480 struct matrix_keypad *keypad; in matrix_keypad_probe()
496 keypad = kzalloc(sizeof(struct matrix_keypad), GFP_KERNEL); in matrix_keypad_probe()
553 struct matrix_keypad *keypad = platform_get_drvdata(pdev); in matrix_keypad_remove()