Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A 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()
275 static bool ili210x_report_events(struct ili210x *priv, u8 *touchdata) in ili210x_report_events()
305 u8 touchdata[ILI210X_DATA_SIZE] = { 0 }; in ili210x_irq() local