Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwm97xx.h164 struct wm97xx_data { struct
236 int (*poll_touch) (struct wm97xx *, struct wm97xx_data *);
/linux-4.4.14/drivers/input/touchscreen/
Dwm9713.c325 static int wm9713_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) in wm9713_poll_coord()
395 static int wm9713_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) in wm9713_poll_touch()
Dwm9712.c319 static int wm9712_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) in wm9712_poll_coord()
384 static int wm9712_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) in wm9712_poll_touch()
Dwm9705.c275 static int wm9705_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) in wm9705_poll_touch()
Dwm97xx-core.c408 struct wm97xx_data data; in wm97xx_read_samples()