Searched refs:xy_data (Results 1 – 5 of 5) sorted by relevance
/drivers/input/touchscreen/ |
D | cyttsp_core.c | 123 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT); in cyttsp_handshake() 175 sizeof(ts->xy_data), &ts->xy_data); in cyttsp_set_operational_mode() 183 return ts->xy_data.act_dist == CY_ACT_DIST_DFLT ? -EIO : 0; in cyttsp_set_operational_mode() 290 static void cyttsp_extract_track_ids(struct cyttsp_xydata *xy_data, int *ids) in cyttsp_extract_track_ids() argument 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() 295 ids[3] = xy_data->touch34_id & 0xF; in cyttsp_extract_track_ids() 298 static const struct cyttsp_tch *cyttsp_get_tch(struct cyttsp_xydata *xy_data, in cyttsp_get_tch() argument 303 return &xy_data->tch1; in cyttsp_get_tch() [all …]
|
D | cyttsp4_core.c | 603 p = krealloc(si->xy_data, si->si_ofs.data_size, GFP_KERNEL|__GFP_ZERO); in cyttsp4_si_get_op_data_ptrs() 606 si->xy_data = p; in cyttsp4_si_get_op_data_ptrs() 680 si->xy_mode, si->xy_data); in cyttsp4_si_put_log_data() 779 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument 788 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 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 [all …]
|
D | cyttsp5.c | 266 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()
|
D | cyttsp_core.h | 120 struct cyttsp_xydata xy_data; member
|
D | cyttsp4_core.h | 305 u8 *xy_data; /* operational touch regs */ member
|