Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/touchscreen/
Dwm9712.c263 if (wm->mach_ops && wm->mach_ops->pre_sample) in wm9712_poll_sample()
264 wm->mach_ops->pre_sample(adcsel); in wm9712_poll_sample()
326 if (wm->mach_ops && wm->mach_ops->pre_sample) in wm9712_poll_coord()
327 wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y); in wm9712_poll_coord()
Dwm9713.c274 if (wm->mach_ops && wm->mach_ops->pre_sample) in wm9713_poll_sample()
275 wm->mach_ops->pre_sample(adcsel); in wm9713_poll_sample()
338 if (wm->mach_ops && wm->mach_ops->pre_sample) in wm9713_poll_coord()
339 wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y); in wm9713_poll_coord()
Dwm9705.c223 if (wm->mach_ops && wm->mach_ops->pre_sample) in wm9705_poll_sample()
224 wm->mach_ops->pre_sample(adcsel); in wm9705_poll_sample()
/Linux-v5.10/include/linux/
Dwm97xx.h264 void (*pre_sample) (int); /* function to run before sampling */ member