Home
last modified time | relevance | path

Searched refs:xy_data (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c175 sizeof(ts->xy_data), &ts->xy_data); in cyttsp_set_operational_mode()
292 ids[0] = xy_data->touch12_id >> 4; in cyttsp_extract_track_ids()
293 ids[1] = xy_data->touch12_id & 0xF; in cyttsp_extract_track_ids()
294 ids[2] = xy_data->touch34_id >> 4; in cyttsp_extract_track_ids()
303 return &xy_data->tch1; in cyttsp_get_tch()
305 return &xy_data->tch2; in cyttsp_get_tch()
307 return &xy_data->tch3; in cyttsp_get_tch()
309 return &xy_data->tch4; in cyttsp_get_tch()
317 struct cyttsp_xydata *xy_data = &ts->xy_data; in cyttsp_report_tchdata() local
344 tch = cyttsp_get_tch(xy_data, i); in cyttsp_report_tchdata()
[all …]
H A Dcyttsp4_core.c606 si->xy_data = p; in cyttsp4_si_get_op_data_ptrs()
680 si->xy_mode, si->xy_data); in cyttsp4_si_put_log_data()
789 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis()
790 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis()
799 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis()
800 xy_data[next], xy_data[next]); in cyttsp4_get_touch_axis()
804 struct cyttsp4_touch *touch, u8 *xy_data) in cyttsp4_get_touch() argument
815 xy_data + si->si_ofs.tch_abs[abs].ofs, in cyttsp4_get_touch()
878 cyttsp4_get_touch(md, &tch, si->xy_data + in cyttsp4_get_mt_touches()
1011 si->xy_data); in cyttsp4_xy_worker()
[all …]
H A Dcyttsp_core.h120 struct cyttsp_xydata xy_data; member
H A Dcyttsp5.c266 static void cyttsp5_get_touch_axis(int *axis, int size, int max, u8 *xy_data, in cyttsp5_get_touch_axis() argument
272 *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() argument
287 xy_data + si->tch_abs[abs].ofs, in cyttsp5_get_touch_record()
H A Dcyttsp4_core.h305 u8 *xy_data; /* operational touch regs */ member