Searched refs:omap_kp (Results 1 – 1 of 1) sorted by relevance
38 struct omap_kp { struct66 static void omap_kp_scan_keypad(struct omap_kp *omap_kp, unsigned char *state) in omap_kp_scan_keypad() argument75 for (col = 0; col < omap_kp->cols; col++) { in omap_kp_scan_keypad()79 udelay(omap_kp->delay); in omap_kp_scan_keypad()90 struct omap_kp *omap_kp_data = (struct omap_kp *) data; in omap_kp_tasklet()150 struct omap_kp *omap_kp = dev_get_drvdata(dev); in omap_kp_enable_store() local162 enable_irq(omap_kp->irq); in omap_kp_enable_store()164 disable_irq(omap_kp->irq); in omap_kp_enable_store()178 ATTRIBUTE_GROUPS(omap_kp);182 struct omap_kp *omap_kp; in omap_kp_probe() local[all …]