Home
last modified time | relevance | path

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

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