Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dwm9705.c304 if (wm->mach_ops->acc_startup && in wm9705_acc_enable()
305 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9705_acc_enable()
Dwm9712.c423 if (wm->mach_ops->acc_startup) { in wm9712_acc_enable()
424 ret = wm->mach_ops->acc_startup(wm); in wm9712_acc_enable()
Dwm9713.c431 if (wm->mach_ops->acc_startup && in wm9713_acc_enable()
432 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9713_acc_enable()
Dzylonite-wm97xx.c167 .acc_startup = wm97xx_acc_startup,
Dmainstone-wm97xx.c253 .acc_startup = wm97xx_acc_startup,
/linux-5.19.10/include/linux/
Dwm97xx.h254 int (*acc_startup) (struct wm97xx *); member