Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp5.c151 CY_TCH_T, /* TOUCH ID */ enumerator
322 t = tch->abs[CY_TCH_T]; in cyttsp5_get_mt_touches()
396 error = input_mt_init_slots(ts->input, si->tch_abs[CY_TCH_T].max, in cyttsp5_setup_input_device()
763 fill_tch_abs(&si->tch_abs[CY_TCH_T], REPORT_SIZE_5, in cyttsp5_fill_all_touch()
H A Dcyttsp4_core.c37 [CY_TCH_T] = "T",
772 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all()
876 memset(ids, 0, si->si_ofs.tch_abs[CY_TCH_T].max * sizeof(int)); in cyttsp4_get_mt_touches()
880 if ((tch.abs[CY_TCH_T] < md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
882 (tch.abs[CY_TCH_T] > md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
885 __func__, i, tch.abs[CY_TCH_T], in cyttsp4_get_mt_touches()
895 t = tch.abs[CY_TCH_T] - md->pdata->frmwrk->abs in cyttsp4_get_mt_touches()
959 cyttsp4_final_sync(md->input, si->si_ofs.tch_abs[CY_TCH_T].max, ids); in cyttsp4_get_mt_touches()
1960 input_mt_init_slots(md->input, md->si->si_ofs.tch_abs[CY_TCH_T].max, in cyttsp4_setup_input_device()
H A Dcyttsp4_core.h226 CY_TCH_T, /* TOUCH ID */ enumerator