Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dili210x.c27 struct touchdata { struct
79 const struct touchdata *touchdata) in ili210x_report_events() argument
89 finger = &touchdata->finger[i]; in ili210x_report_events()
91 touch = touchdata->status & (1 << i); in ili210x_report_events()
121 struct touchdata touchdata; in ili210x_work() local
125 &touchdata, sizeof(touchdata)); in ili210x_work()
132 ili210x_report_events(priv->input, &touchdata); in ili210x_work()
134 if ((touchdata.status & 0xf3) || get_pendown_state(priv)) in ili210x_work()