Home
last modified time | relevance | path

Searched refs:acc_startup (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/input/touchscreen/
Dwm9705.c309 if (wm->mach_ops->acc_startup && in wm9705_acc_enable()
310 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9705_acc_enable()
Dwm9712.c424 if (wm->mach_ops->acc_startup) { in wm9712_acc_enable()
425 ret = wm->mach_ops->acc_startup(wm); in wm9712_acc_enable()
Dwm9713.c436 if (wm->mach_ops->acc_startup && in wm9713_acc_enable()
437 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9713_acc_enable()
Dzylonite-wm97xx.c181 .acc_startup = wm97xx_acc_startup,
Dmainstone-wm97xx.c277 .acc_startup = wm97xx_acc_startup,
Datmel-wm97xx.c329 .acc_startup = atmel_wm97xx_acc_startup,
/linux-3.4.99/include/linux/
Dwm97xx.h253 int (*acc_startup) (struct wm97xx *); member