Home
last modified time | relevance | path

Searched defs:keypad_data (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/keyboard/
H A Domap4-keypad.c90 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() argument
102 static int kbd_read_irqreg(struct omap4_keypad *keypad_data, u32 offset) in kbd_read_irqreg() argument
108 static void kbd_write_irqreg(struct omap4_keypad *keypad_data, in kbd_write_irqreg() argument
115 omap4_keypad_report_keys(struct omap4_keypad * keypad_data,u64 keys,bool down) omap4_keypad_report_keys() argument
143 omap4_keypad_scan_keys(struct omap4_keypad * keypad_data,u64 keys) omap4_keypad_scan_keys() argument
166 struct omap4_keypad *keypad_data = dev_id; omap4_keypad_irq_handler() local
176 struct omap4_keypad *keypad_data = dev_id; omap4_keypad_irq_thread_fn() local
204 struct omap4_keypad *keypad_data = input_get_drvdata(input); omap4_keypad_open() local
240 omap4_keypad_stop(struct omap4_keypad * keypad_data) omap4_keypad_stop() argument
254 struct omap4_keypad *keypad_data = input_get_drvdata(input); omap4_keypad_close() local
273 omap4_keypad_parse_dt(struct device * dev,struct omap4_keypad * keypad_data) omap4_keypad_parse_dt() argument
289 omap4_keypad_check_revision(struct device * dev,struct omap4_keypad * keypad_data) omap4_keypad_check_revision() argument
321 struct omap4_keypad *keypad_data = platform_get_drvdata(pdev); omap4_keypad_runtime_suspend() local
348 struct omap4_keypad *keypad_data; omap4_keypad_probe() local
[all...]
H A Dtca8418_keypad.c122 static int tca8418_write_byte(struct tca8418_keypad *keypad_data, in tca8418_write_byte() argument
141 static int tca8418_read_byte(struct tca8418_keypad *keypad_data, in tca8418_read_byte() argument
159 static void tca8418_read_keypad(struct tca8418_keypad *keypad_data) in tca8418_read_keypad() argument
201 struct tca8418_keypad *keypad_data = dev_id; tca8418_irq_handler() local
234 tca8418_configure(struct tca8418_keypad * keypad_data,u32 rows,u32 cols) tca8418_configure() argument
265 struct tca8418_keypad *keypad_data; tca8418_keypad_probe() local
[all...]
H A Dst-keyscan.c102 static int keypad_matrix_key_parse_dt(struct st_keyscan *keypad_data) in keypad_matrix_key_parse_dt() argument
126 struct st_keyscan *keypad_data; in keyscan_probe() local
[all...]