pre_sample        223 drivers/input/touchscreen/wm9705.c 	if (wm->mach_ops && wm->mach_ops->pre_sample)
pre_sample        224 drivers/input/touchscreen/wm9705.c 		wm->mach_ops->pre_sample(adcsel);
pre_sample        263 drivers/input/touchscreen/wm9712.c 	if (wm->mach_ops && wm->mach_ops->pre_sample)
pre_sample        264 drivers/input/touchscreen/wm9712.c 		wm->mach_ops->pre_sample(adcsel);
pre_sample        326 drivers/input/touchscreen/wm9712.c 	if (wm->mach_ops && wm->mach_ops->pre_sample)
pre_sample        327 drivers/input/touchscreen/wm9712.c 		wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
pre_sample        274 drivers/input/touchscreen/wm9713.c 	if (wm->mach_ops && wm->mach_ops->pre_sample)
pre_sample        275 drivers/input/touchscreen/wm9713.c 		wm->mach_ops->pre_sample(adcsel);
pre_sample        338 drivers/input/touchscreen/wm9713.c 	if (wm->mach_ops && wm->mach_ops->pre_sample)
pre_sample        339 drivers/input/touchscreen/wm9713.c 		wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
pre_sample        264 include/linux/wm97xx.h 	void (*pre_sample) (int);  /* function to run before sampling */