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

/linux-master/drivers/input/touchscreen/
H A Dwm9712.c288 if (wm->mach_ops && wm->mach_ops->post_sample)
289 wm->mach_ops->post_sample(adcsel);
358 if (wm->mach_ops && wm->mach_ops->post_sample)
359 wm->mach_ops->post_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
H A Dwm9713.c298 if (wm->mach_ops && wm->mach_ops->post_sample)
299 wm->mach_ops->post_sample(adcsel);
369 if (wm->mach_ops && wm->mach_ops->post_sample)
370 wm->mach_ops->post_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
H A Dwm9705.c248 if (wm->mach_ops && wm->mach_ops->post_sample)
249 wm->mach_ops->post_sample(adcsel);
/linux-master/include/linux/
H A Dwm97xx.h262 void (*post_sample) (int); /* function to run after sampling */ member in struct:wm97xx_mach_ops

Completed in 166 milliseconds