Lines Matching refs:omap4_keypad
72 struct omap4_keypad { struct
90 static int kbd_readl(struct omap4_keypad *keypad_data, u32 offset) in kbd_readl() argument
96 static void kbd_writel(struct omap4_keypad *keypad_data, u32 offset, u32 value) in kbd_writel()
102 static int kbd_read_irqreg(struct omap4_keypad *keypad_data, u32 offset) in kbd_read_irqreg()
108 static void kbd_write_irqreg(struct omap4_keypad *keypad_data, in kbd_write_irqreg()
115 static int omap4_keypad_report_keys(struct omap4_keypad *keypad_data, in omap4_keypad_report_keys()
143 static void omap4_keypad_scan_keys(struct omap4_keypad *keypad_data, u64 keys) in omap4_keypad_scan_keys()
168 struct omap4_keypad *keypad_data = dev_id; in omap4_keypad_irq_handler()
178 struct omap4_keypad *keypad_data = dev_id; in omap4_keypad_irq_thread_fn()
206 struct omap4_keypad *keypad_data = input_get_drvdata(input); in omap4_keypad_open()
242 static void omap4_keypad_stop(struct omap4_keypad *keypad_data) in omap4_keypad_stop()
256 struct omap4_keypad *keypad_data = input_get_drvdata(input); in omap4_keypad_close()
275 struct omap4_keypad *keypad_data) in omap4_keypad_parse_dt()
291 struct omap4_keypad *keypad_data) in omap4_keypad_check_revision()
323 struct omap4_keypad *keypad_data = platform_get_drvdata(pdev); in omap4_keypad_runtime_suspend()
350 struct omap4_keypad *keypad_data; in omap4_keypad_probe()