Home
last modified time | relevance | path

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

/linux-5.10/drivers/input/touchscreen/
Dili210x.c83 static bool ili210x_touchdata_to_coords(const u8 *touchdata, in ili210x_touchdata_to_coords()
138 static bool ili211x_touchdata_to_coords(const u8 *touchdata, in ili211x_touchdata_to_coords()
170 static bool ili212x_touchdata_to_coords(const u8 *touchdata, in ili212x_touchdata_to_coords()
236 static bool ili251x_touchdata_to_coords(const u8 *touchdata, in ili251x_touchdata_to_coords()
266 static bool ili210x_report_events(struct ili210x *priv, u8 *touchdata) in ili210x_report_events()
294 u8 touchdata[ILI210X_DATA_SIZE] = { 0 }; in ili210x_irq() local