Searched refs:xy_data (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp_core.c | 129 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT); in cyttsp_handshake() 181 sizeof(ts->xy_data), &ts->xy_data); in cyttsp_set_operational_mode() 189 return ts->xy_data.act_dist == CY_ACT_DIST_DFLT ? -EIO : 0; in cyttsp_set_operational_mode() 287 static void cyttsp_extract_track_ids(struct cyttsp_xydata *xy_data, int *ids) in cyttsp_extract_track_ids() argument 289 ids[0] = xy_data->touch12_id >> 4; in cyttsp_extract_track_ids() 290 ids[1] = xy_data->touch12_id & 0xF; in cyttsp_extract_track_ids() 291 ids[2] = xy_data->touch34_id >> 4; in cyttsp_extract_track_ids() 292 ids[3] = xy_data->touch34_id & 0xF; in cyttsp_extract_track_ids() 295 static const struct cyttsp_tch *cyttsp_get_tch(struct cyttsp_xydata *xy_data, in cyttsp_get_tch() argument 300 return &xy_data->tch1; in cyttsp_get_tch() [all …]
|
D | cyttsp4_core.c | 599 p = krealloc(si->xy_data, si->si_ofs.data_size, GFP_KERNEL|__GFP_ZERO); in cyttsp4_si_get_op_data_ptrs() 602 si->xy_data = p; in cyttsp4_si_get_op_data_ptrs() 676 si->xy_mode, si->xy_data); in cyttsp4_si_put_log_data() 776 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument 785 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 786 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 787 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 796 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 797 xy_data[next], xy_data[next]); in cyttsp4_get_touch_axis() 801 struct cyttsp4_touch *touch, u8 *xy_data) in cyttsp4_get_touch() argument [all …]
|
D | cyttsp_core.h | 135 struct cyttsp_xydata xy_data; member
|
D | cyttsp4_core.h | 329 u8 *xy_data; /* operational touch regs */ member
|