tch 375 drivers/input/touchscreen/cyttsp4_core.c struct cyttsp4_tch_abs_params *tch; tch 422 drivers/input/touchscreen/cyttsp4_core.c tch = &si->si_ofs.tch_abs[abs]; tch 425 drivers/input/touchscreen/cyttsp4_core.c tch->ofs = tch_old->loc & CY_BYTE_OFS_MASK; tch 426 drivers/input/touchscreen/cyttsp4_core.c tch->size = cyttsp4_bits_2_bytes(tch_old->size, tch 427 drivers/input/touchscreen/cyttsp4_core.c &tch->max); tch 428 drivers/input/touchscreen/cyttsp4_core.c tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; tch 439 drivers/input/touchscreen/cyttsp4_core.c tch = &si->si_ofs.tch_abs[abs]; tch 442 drivers/input/touchscreen/cyttsp4_core.c tch->ofs = tch_new->loc & CY_BYTE_OFS_MASK; tch 443 drivers/input/touchscreen/cyttsp4_core.c tch->size = cyttsp4_bits_2_bytes(tch_new->size, tch 444 drivers/input/touchscreen/cyttsp4_core.c &tch->max); tch 445 drivers/input/touchscreen/cyttsp4_core.c tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; tch 858 drivers/input/touchscreen/cyttsp4_core.c struct cyttsp4_touch tch; tch 865 drivers/input/touchscreen/cyttsp4_core.c cyttsp4_get_touch(md, &tch, si->xy_data + tch 867 drivers/input/touchscreen/cyttsp4_core.c if ((tch.abs[CY_TCH_T] < md->pdata->frmwrk->abs tch 869 drivers/input/touchscreen/cyttsp4_core.c (tch.abs[CY_TCH_T] > md->pdata->frmwrk->abs tch 872 drivers/input/touchscreen/cyttsp4_core.c __func__, i, tch.abs[CY_TCH_T], tch 882 drivers/input/touchscreen/cyttsp4_core.c t = tch.abs[CY_TCH_T] - md->pdata->frmwrk->abs tch 884 drivers/input/touchscreen/cyttsp4_core.c if (tch.abs[CY_TCH_E] == CY_EV_LIFTOFF) { tch 886 drivers/input/touchscreen/cyttsp4_core.c __func__, t, tch.abs[CY_TCH_E]); tch 901 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_X + j]); tch 910 drivers/input/touchscreen/cyttsp4_core.c if (tch.abs[CY_TCH_P] > 0 && tch.abs[CY_TCH_MAJ] == 0) tch 911 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_MAJ] = tch.abs[CY_TCH_MIN] = 1; tch 920 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_MAJ + j]); tch 929 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_X], tch 930 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_Y], tch 931 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_P], tch 932 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_MAJ], tch 933 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_MIN], tch 934 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_OR], tch 935 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_E]); tch 940 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_X], tch 941 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_Y], tch 942 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_P], tch 943 drivers/input/touchscreen/cyttsp4_core.c tch.abs[CY_TCH_E]); tch 303 drivers/input/touchscreen/cyttsp_core.c const struct cyttsp_tch *tch; tch 327 drivers/input/touchscreen/cyttsp_core.c tch = cyttsp_get_tch(xy_data, i); tch 331 drivers/input/touchscreen/cyttsp_core.c input_report_abs(input, ABS_MT_POSITION_X, be16_to_cpu(tch->x)); tch 332 drivers/input/touchscreen/cyttsp_core.c input_report_abs(input, ABS_MT_POSITION_Y, be16_to_cpu(tch->y)); tch 333 drivers/input/touchscreen/cyttsp_core.c input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z);