Searched refs:omap_kp (Results 1 – 1 of 1) sorted by relevance
38 struct omap_kp { struct69 static void omap_kp_scan_keypad(struct omap_kp *omap_kp, unsigned char *state) in omap_kp_scan_keypad() argument78 for (col = 0; col < omap_kp->cols; col++) { in omap_kp_scan_keypad()82 udelay(omap_kp->delay); in omap_kp_scan_keypad()93 struct omap_kp *omap_kp_data = (struct omap_kp *) data; in omap_kp_tasklet()153 struct omap_kp *omap_kp = dev_get_drvdata(dev); in omap_kp_enable_store() local165 enable_irq(omap_kp->irq); in omap_kp_enable_store()167 disable_irq(omap_kp->irq); in omap_kp_enable_store()179 struct omap_kp *omap_kp; in omap_kp_probe() local193 omap_kp = kzalloc(sizeof(struct omap_kp) + in omap_kp_probe()[all …]