Searched refs:tch_abs (Results 1 – 1 of 1) sorted by relevance
172 struct cyttsp5_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member284 si->tch_abs[abs].size, in cyttsp5_get_touch_record()285 si->tch_abs[abs].max, in cyttsp5_get_touch_record()286 xy_data + si->tch_abs[abs].ofs, in cyttsp5_get_touch_record()287 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record()395 error = input_mt_init_slots(ts->input, si->tch_abs[CY_TCH_T].max, in cyttsp5_setup_input_device()681 static int fill_tch_abs(struct cyttsp5_tch_abs_params *tch_abs, int report_size, in fill_tch_abs() argument684 tch_abs->ofs = offset / 8; in fill_tch_abs()685 tch_abs->size = report_size / 8; in fill_tch_abs()687 tch_abs->size += 1; in fill_tch_abs()[all …]