Searched refs:acc_shutdown (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dwm9705.c319 if (wm->mach_ops->acc_shutdown)
320 wm->mach_ops->acc_shutdown(wm);
H A Dwm9712.c440 if (wm->mach_ops->acc_shutdown)
441 wm->mach_ops->acc_shutdown(wm);
H A Dwm9713.c449 if (wm->mach_ops->acc_shutdown)
450 wm->mach_ops->acc_shutdown(wm);
H A Dmainstone-wm97xx.c244 .acc_shutdown = wm97xx_acc_shutdown,
/linux-master/include/linux/
H A Dwm97xx.h255 void (*acc_shutdown) (struct wm97xx *); member in struct:wm97xx_mach_ops

Completed in 122 milliseconds