Lines Matching refs:touch_data
196 u8 *touch_data; member
996 rc = gsl_ts_read(ts->client, 0x80, ts->touch_data, ts->dd->data_size); in gslX680_ts_worker()
1002 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
1011 touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker()
1012 ts->touch_data[ts->dd->x_index + 4 * i]); in gslX680_ts_worker()
1014 join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
1015 ts->touch_data[ts->dd->y_index + 4 * i]); in gslX680_ts_worker()
1017 ((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf0) >> 4); in gslX680_ts_worker()
1021 cinfo.finger_num = (ts->touch_data[3] << 24) | (ts->touch_data[2] << 16) in gslX680_ts_worker()
1022 | (ts->touch_data[1] << 8) | (ts->touch_data[0]); in gslX680_ts_worker()
1055 touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker()
1056 ts->touch_data[ts->dd->x_index + 4 * i]); in gslX680_ts_worker()
1057 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
1058 ts->touch_data[ts->dd->y_index + 4 * i]); in gslX680_ts_worker()
1059 id = ts->touch_data[ts->dd->id_index + 4 * i] >> 4; in gslX680_ts_worker()
1409 ts->touch_data = in gslX680_ts_init()
1411 if (!ts->touch_data) { in gslX680_ts_init()