Home
last modified time | relevance | path

Searched refs:poll_touch (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dwm97xx.h237 int (*poll_touch) (struct wm97xx *, struct wm97xx_data *); member
/openbmc/linux/drivers/input/touchscreen/
H A Dwm9705.c333 .poll_touch = wm9705_poll_touch,
H A Dwm9712.c454 .poll_touch = wm9712_poll_touch,
H A Dwm9713.c464 .poll_touch = wm9713_poll_touch,
H A Dwm97xx-core.c389 rc = wm->codec->poll_touch(wm, &data); in wm97xx_read_samples()