acc_startup       271 drivers/input/touchscreen/mainstone-wm97xx.c 	.acc_startup = wm97xx_acc_startup,
acc_startup       304 drivers/input/touchscreen/wm9705.c 		if (wm->mach_ops->acc_startup &&
acc_startup       305 drivers/input/touchscreen/wm9705.c 		    (ret = wm->mach_ops->acc_startup(wm)) < 0)
acc_startup       423 drivers/input/touchscreen/wm9712.c 		if (wm->mach_ops->acc_startup) {
acc_startup       424 drivers/input/touchscreen/wm9712.c 			ret = wm->mach_ops->acc_startup(wm);
acc_startup       431 drivers/input/touchscreen/wm9713.c 		if (wm->mach_ops->acc_startup &&
acc_startup       432 drivers/input/touchscreen/wm9713.c 			(ret = wm->mach_ops->acc_startup(wm)) < 0)
acc_startup       176 drivers/input/touchscreen/zylonite-wm97xx.c 	.acc_startup	= wm97xx_acc_startup,
acc_startup       254 include/linux/wm97xx.h 	int (*acc_startup) (struct wm97xx *);