Searched defs:touchdata (Results 1 – 1 of 1) 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