Searched refs:xy_data (Results 1 – 3 of 3) sorted by relevance
174 sizeof(ts->xy_data), &ts->xy_data); in cyttsp_set_operational_mode()291 ids[0] = xy_data->touch12_id >> 4; in cyttsp_extract_track_ids()292 ids[1] = xy_data->touch12_id & 0xF; in cyttsp_extract_track_ids()293 ids[2] = xy_data->touch34_id >> 4; in cyttsp_extract_track_ids()302 return &xy_data->tch1; in cyttsp_get_tch()304 return &xy_data->tch2; in cyttsp_get_tch()306 return &xy_data->tch3; in cyttsp_get_tch()308 return &xy_data->tch4; in cyttsp_get_tch()316 struct cyttsp_xydata *xy_data = &ts->xy_data; in cyttsp_report_tchdata() local343 tch = cyttsp_get_tch(xy_data, i); in cyttsp_report_tchdata()[all …]
120 struct cyttsp_xydata xy_data; member
266 static void cyttsp5_get_touch_axis(int *axis, int size, int max, u8 *xy_data, in cyttsp5_get_touch_axis() argument272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()278 struct cyttsp5_touch *touch, u8 *xy_data) in cyttsp5_get_touch_record() argument287 xy_data + si->tch_abs[abs].ofs, in cyttsp5_get_touch_record()
Completed in 11 milliseconds