Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/input/touchscreen/
Dili210x.c27 struct touchdata { struct
28 u8 status;
29 struct finger finger[MAX_TOUCHES];
79 const struct touchdata *touchdata) in ili210x_report_events()
121 struct touchdata touchdata; in ili210x_work() local
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dili210x.c85 static bool ili210x_touchdata_to_coords(const u8 *touchdata, in ili210x_touchdata_to_coords()
141 static bool ili211x_touchdata_to_coords(const u8 *touchdata, in ili211x_touchdata_to_coords()
174 static bool ili212x_touchdata_to_coords(const u8 *touchdata, in ili212x_touchdata_to_coords()
241 static bool ili251x_touchdata_to_coords(const u8 *touchdata, in ili251x_touchdata_to_coords()
274 static bool ili210x_report_events(struct ili210x *priv, u8 *touchdata) in ili210x_report_events()
304 u8 touchdata[ILI210X_DATA_SIZE] = { 0 }; in ili210x_irq() local