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

/linux-master/drivers/input/touchscreen/
H A Dwm9705.c304 if (wm->mach_ops->acc_startup &&
305 (ret = wm->mach_ops->acc_startup(wm)) < 0)
H A Dwm9712.c423 if (wm->mach_ops->acc_startup) {
424 ret = wm->mach_ops->acc_startup(wm);
H A Dwm9713.c431 if (wm->mach_ops->acc_startup &&
432 (ret = wm->mach_ops->acc_startup(wm)) < 0)
H A Dmainstone-wm97xx.c243 .acc_startup = wm97xx_acc_startup,
/linux-master/include/linux/
H A Dwm97xx.h254 int (*acc_startup) (struct wm97xx *); member in struct:wm97xx_mach_ops

Completed in 166 milliseconds