tch_new           376 drivers/input/touchscreen/cyttsp4_core.c 	struct cyttsp4_tch_rec_params *tch_old, *tch_new;
tch_new           440 drivers/input/touchscreen/cyttsp4_core.c 			tch_new = &si->si_ptrs.opcfg->tch_rec_new[i];
tch_new           442 drivers/input/touchscreen/cyttsp4_core.c 			tch->ofs = tch_new->loc & CY_BYTE_OFS_MASK;
tch_new           443 drivers/input/touchscreen/cyttsp4_core.c 			tch->size = cyttsp4_bits_2_bytes(tch_new->size,
tch_new           445 drivers/input/touchscreen/cyttsp4_core.c 			tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT;