Searched refs:omap_kp (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Domap-keypad.c56 struct omap_kp { struct
73 static void set_col_gpio_val(struct omap_kp *omap_kp, u8 value) argument
77 for (col = 0; col < omap_kp->cols; col++)
81 static u8 get_row_gpio_val(struct omap_kp *omap_kp) argument
86 for (row = 0; row < omap_kp->rows; row++) {
99 struct omap_kp *omap_kp = dev_id; local
105 for (i = 0; i < omap_kp
132 omap_kp_scan_keypad(struct omap_kp *omap_kp, unsigned char *state) argument
297 struct omap_kp *omap_kp; local
440 struct omap_kp *omap_kp = platform_get_drvdata(pdev); local
[all...]

Completed in 106 milliseconds