Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dwm9705.c305 if (wm->mach_ops->acc_startup && in wm9705_acc_enable()
306 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9705_acc_enable()
H A Dwm9713.c432 if (wm->mach_ops->acc_startup && in wm9713_acc_enable()
433 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9713_acc_enable()
H A Dwm9712.c424 if (wm->mach_ops->acc_startup) { in wm9712_acc_enable()
425 ret = wm->mach_ops->acc_startup(wm); in wm9712_acc_enable()
H A Dmainstone-wm97xx.c243 .acc_startup = wm97xx_acc_startup,
/linux/include/linux/
H A Dwm97xx.h254 int (*acc_startup) (struct wm97xx *); member