Searched refs:xy_data (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | cyttsp_core.c | 125 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT); in cyttsp_handshake() 177 sizeof(ts->xy_data), &ts->xy_data); in cyttsp_set_operational_mode() 185 return ts->xy_data.act_dist == CY_ACT_DIST_DFLT ? -EIO : 0; in cyttsp_set_operational_mode() 273 static void cyttsp_extract_track_ids(struct cyttsp_xydata *xy_data, int *ids) in cyttsp_extract_track_ids() argument 275 ids[0] = xy_data->touch12_id >> 4; in cyttsp_extract_track_ids() 276 ids[1] = xy_data->touch12_id & 0xF; in cyttsp_extract_track_ids() 277 ids[2] = xy_data->touch34_id >> 4; in cyttsp_extract_track_ids() 278 ids[3] = xy_data->touch34_id & 0xF; in cyttsp_extract_track_ids() 281 static const struct cyttsp_tch *cyttsp_get_tch(struct cyttsp_xydata *xy_data, in cyttsp_get_tch() argument 286 return &xy_data->tch1; in cyttsp_get_tch() [all …]
|
D | cyttsp4_core.c | 571 p = krealloc(si->xy_data, si->si_ofs.data_size, GFP_KERNEL|__GFP_ZERO); in cyttsp4_si_get_op_data_ptrs() 574 si->xy_data = p; in cyttsp4_si_get_op_data_ptrs() 648 si->xy_mode, si->xy_data); in cyttsp4_si_put_log_data() 748 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument 757 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 758 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 759 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 768 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 769 xy_data[next], xy_data[next]); in cyttsp4_get_touch_axis() 773 struct cyttsp4_touch *touch, u8 *xy_data) in cyttsp4_get_touch() argument [all …]
|
D | cyttsp_core.h | 136 struct cyttsp_xydata xy_data; member
|
D | cyttsp4_core.h | 329 u8 *xy_data; /* operational touch regs */ member
|