Home
last modified time | relevance | path

Searched refs:CY_TCH_T (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c47 int max = md->si->tch_abs[CY_TCH_T].max; in cyttsp5_mt_lift_all()
238 DECLARE_BITMAP(ids, si->tch_abs[CY_TCH_T].max); in cyttsp5_get_mt_touches()
242 bitmap_zero(ids, si->tch_abs[CY_TCH_T].max); in cyttsp5_get_mt_touches()
259 t = tch->abs[CY_TCH_T]; in cyttsp5_get_mt_touches()
338 si->tch_abs[CY_TCH_T].max, mt_sync_count, ids); in cyttsp5_get_mt_touches()
660 md->si->tch_abs[CY_TCH_T].max); in cyttsp5_setup_input_device()
H A Dcyttsp5_regs.h571 CY_TCH_T, /* TOUCH ID */ enumerator
594 [CY_TCH_T] = "T",
617 [CY_TCH_T] = HID_DI_CONTACTID,
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h226 CY_TCH_T, /* TOUCH ID */ enumerator
240 [CY_TCH_T] = "T",
H A Dcyttsp4_core.c758 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all()
862 memset(ids, 0, si->si_ofs.tch_abs[CY_TCH_T].max * sizeof(int)); in cyttsp4_get_mt_touches()
866 if ((tch.abs[CY_TCH_T] < md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
868 (tch.abs[CY_TCH_T] > md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
871 __func__, i, tch.abs[CY_TCH_T], in cyttsp4_get_mt_touches()
881 t = tch.abs[CY_TCH_T] - md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
945 cyttsp4_final_sync(md->input, si->si_ofs.tch_abs[CY_TCH_T].max, ids); in cyttsp4_get_mt_touches()
1952 input_mt_init_slots(md->input, md->si->si_ofs.tch_abs[CY_TCH_T].max, in cyttsp4_setup_input_device()