Searched defs:touchdata (Results 1 – 2 of 2) sorted by relevance
27 struct touchdata { struct28 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
85 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