Searched refs:parse_touch_data (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | ili210x.c | 48 bool (*parse_touch_data)(const u8 *data, unsigned int finger, member 129 .parse_touch_data = ili210x_touchdata_to_coords, 190 .parse_touch_data = ili211x_touchdata_to_coords, 221 .parse_touch_data = ili212x_touchdata_to_coords, 297 .parse_touch_data = ili251x_touchdata_to_coords, 313 touch = priv->chip->parse_touch_data(touchdata, i, &x, &y, &z); in ili210x_report_events()
|