Lines Matching refs:omap4_keypad
71 struct omap4_keypad { struct
88 static int kbd_readl(struct omap4_keypad *keypad_data, u32 offset) in kbd_readl() argument
94 static void kbd_writel(struct omap4_keypad *keypad_data, u32 offset, u32 value) in kbd_writel()
100 static int kbd_read_irqreg(struct omap4_keypad *keypad_data, u32 offset) in kbd_read_irqreg()
106 static void kbd_write_irqreg(struct omap4_keypad *keypad_data, in kbd_write_irqreg()
113 static int omap4_keypad_report_keys(struct omap4_keypad *keypad_data, in omap4_keypad_report_keys()
141 static void omap4_keypad_scan_keys(struct omap4_keypad *keypad_data, u64 keys) in omap4_keypad_scan_keys()
166 struct omap4_keypad *keypad_data = dev_id; in omap4_keypad_irq_handler()
176 struct omap4_keypad *keypad_data = dev_id; in omap4_keypad_irq_thread_fn()
204 struct omap4_keypad *keypad_data = input_get_drvdata(input); in omap4_keypad_open()
235 static void omap4_keypad_stop(struct omap4_keypad *keypad_data) in omap4_keypad_stop()
249 struct omap4_keypad *keypad_data = input_get_drvdata(input); in omap4_keypad_close()
267 struct omap4_keypad *keypad_data) in omap4_keypad_parse_dt()
283 struct omap4_keypad *keypad_data) in omap4_keypad_check_revision()
315 struct omap4_keypad *keypad_data = platform_get_drvdata(pdev); in omap4_keypad_runtime_suspend()
342 struct omap4_keypad *keypad_data; in omap4_keypad_probe()