Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dwm97xx.h237 int (*poll_touch) (struct wm97xx *, struct wm97xx_data *); member
/Linux-v4.19/drivers/input/touchscreen/
Dwm9705.c338 .poll_touch = wm9705_poll_touch,
Dwm9712.c459 .poll_touch = wm9712_poll_touch,
Dwm9713.c469 .poll_touch = wm9713_poll_touch,
Dwm97xx-core.c417 rc = wm->codec->poll_touch(wm, &data); in wm97xx_read_samples()