Searched refs:pre_sample (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dwm9712.c263 if (wm->mach_ops && wm->mach_ops->pre_sample)
264 wm->mach_ops->pre_sample(adcsel);
326 if (wm->mach_ops && wm->mach_ops->pre_sample)
327 wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
H A Dwm9713.c274 if (wm->mach_ops && wm->mach_ops->pre_sample)
275 wm->mach_ops->pre_sample(adcsel);
338 if (wm->mach_ops && wm->mach_ops->pre_sample)
339 wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
H A Dwm9705.c223 if (wm->mach_ops && wm->mach_ops->pre_sample)
224 wm->mach_ops->pre_sample(adcsel);
/linux-master/include/linux/
H A Dwm97xx.h261 void (*pre_sample) (int); /* function to run before sampling */ member in struct:wm97xx_mach_ops

Completed in 88 milliseconds