Searched refs:CY_TCH_T (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
H A Dcyttsp4_core.h236 CY_TCH_T, /* TOUCH ID */ enumerator in enum:cyttsp4_tch_abs
250 [CY_TCH_T] = "T",
H A Dcyttsp4_core.c741 md->si->si_ofs.tch_abs[CY_TCH_T].max); cyttsp4_lift_all()
845 memset(ids, 0, si->si_ofs.tch_abs[CY_TCH_T].max * sizeof(int)); cyttsp4_get_mt_touches()
849 if ((tch.abs[CY_TCH_T] < md->pdata->frmwrk->abs cyttsp4_get_mt_touches()
851 (tch.abs[CY_TCH_T] > md->pdata->frmwrk->abs cyttsp4_get_mt_touches()
854 __func__, i, tch.abs[CY_TCH_T], cyttsp4_get_mt_touches()
864 t = tch.abs[CY_TCH_T] - md->pdata->frmwrk->abs cyttsp4_get_mt_touches()
928 cyttsp4_final_sync(md->input, si->si_ofs.tch_abs[CY_TCH_T].max, ids); cyttsp4_get_mt_touches()
1935 input_mt_init_slots(md->input, md->si->si_ofs.tch_abs[CY_TCH_T].max, cyttsp4_setup_input_device()

Completed in 75 milliseconds