Home
last modified time | relevance | path

Searched refs:acc_shutdown (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dwm9705.c324 if (wm->mach_ops->acc_shutdown) in wm9705_acc_enable()
325 wm->mach_ops->acc_shutdown(wm); in wm9705_acc_enable()
Dwm9713.c454 if (wm->mach_ops->acc_shutdown) in wm9713_acc_enable()
455 wm->mach_ops->acc_shutdown(wm); in wm9713_acc_enable()
Dwm9712.c445 if (wm->mach_ops->acc_shutdown) in wm9712_acc_enable()
446 wm->mach_ops->acc_shutdown(wm); in wm9712_acc_enable()
Dmainstone-wm97xx.c277 .acc_shutdown = wm97xx_acc_shutdown,
Datmel-wm97xx.c330 .acc_shutdown = atmel_wm97xx_acc_shutdown,
/linux-4.4.14/include/linux/
Dwm97xx.h254 void (*acc_shutdown) (struct wm97xx *); member