Searched refs:CY_TCH_T (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 47 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 D | cyttsp5_regs.h | 571 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 D | cyttsp4_core.h | 226 CY_TCH_T, /* TOUCH ID */ enumerator 240 [CY_TCH_T] = "T",
|
| H A D | cyttsp4_core.c | 758 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()
|