Lines Matching refs:touch_data
156 u8 *touch_data; member
934 rc = gsl_ts_read(ts->client, 0x80, ts->touch_data, ts->dd->data_size); in gslX680_ts_worker()
940 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
948 touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker()
949 ts->touch_data[ts->dd->x_index + 4 * i]); in gslX680_ts_worker()
951 join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
952 ts->touch_data[ts->dd->y_index + 4 * i]); in gslX680_ts_worker()
954 ((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf0) >> 4); in gslX680_ts_worker()
957 cinfo.finger_num = (ts->touch_data[3] << 24) | (ts->touch_data[2] << 16) in gslX680_ts_worker()
958 | (ts->touch_data[1] << 8) | (ts->touch_data[0]); in gslX680_ts_worker()
988 touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker()
989 ts->touch_data[ts->dd->x_index + 4 * i]); in gslX680_ts_worker()
990 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
991 ts->touch_data[ts->dd->y_index + 4 * i]); in gslX680_ts_worker()
992 id = ts->touch_data[ts->dd->id_index + 4 * i] >> 4; in gslX680_ts_worker()
1282 ts->touch_data = in gslX680_ts_init()
1284 if (!ts->touch_data) { in gslX680_ts_init()