Searched refs:mach_ops (Results 1 - 5 of 5) 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);
288 if (wm->mach_ops && wm->mach_ops->post_sample)
289 wm->mach_ops->post_sample(adcsel);
326 if (wm->mach_ops && wm->mach_ops->pre_sample)
327 wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
358 if (wm->mach_ops
[all...]
H A Dwm9713.c274 if (wm->mach_ops && wm->mach_ops->pre_sample)
275 wm->mach_ops->pre_sample(adcsel);
298 if (wm->mach_ops && wm->mach_ops->post_sample)
299 wm->mach_ops->post_sample(adcsel);
338 if (wm->mach_ops && wm->mach_ops->pre_sample)
339 wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y);
369 if (wm->mach_ops
[all...]
H A Dwm9705.c223 if (wm->mach_ops && wm->mach_ops->pre_sample)
224 wm->mach_ops->pre_sample(adcsel);
248 if (wm->mach_ops && wm->mach_ops->post_sample)
249 wm->mach_ops->post_sample(adcsel);
304 if (wm->mach_ops->acc_startup &&
305 (ret = wm->mach_ops->acc_startup(wm)) < 0)
319 if (wm->mach_ops->acc_shutdown)
320 wm->mach_ops
[all...]
H A Dwm97xx-core.c333 if (!wm->mach_ops->acc_enabled || wm->mach_ops->acc_pen_down) {
344 if (!wm->pen_is_down && wm->mach_ops->acc_enabled)
345 wm->mach_ops->acc_pen_up(wm);
368 BUG_ON(!wm->mach_ops->irq_gpio);
371 reg & ~(wm->mach_ops->irq_gpio));
386 if (wm->mach_ops && wm->mach_ops->acc_enabled)
387 rc = wm->mach_ops->acc_pen_down(wm);
484 if (wm->mach_ops
839 wm97xx_register_mach_ops(struct wm97xx *wm, struct wm97xx_mach_ops *mach_ops) argument
[all...]
/linux-master/include/linux/
H A Dwm97xx.h274 struct wm97xx_mach_ops *mach_ops; member in struct:wm97xx

Completed in 89 milliseconds