Home
last modified time | relevance | path

Searched refs:acc_pen_down (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/input/touchscreen/
Dzylonite-wm97xx.c180 .acc_pen_down = wm97xx_acc_pen_down,
Dmainstone-wm97xx.c276 .acc_pen_down = wm97xx_acc_pen_down,
Dwm97xx-core.c336 if (!wm->mach_ops->acc_enabled || wm->mach_ops->acc_pen_down) { in wm97xx_pen_irq_worker()
414 rc = wm->mach_ops->acc_pen_down(wm); in wm97xx_read_samples()
/linux-3.4.99/include/linux/
Dwm97xx.h252 int (*acc_pen_down) (struct wm97xx *); member