Home
last modified time | relevance | path

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

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