Home
last modified time | relevance | path

Searched refs:CY_TCH_E (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h227 CY_TCH_E, /* EVENT ID */ enumerator
241 [CY_TCH_E] = "E",
H A Dcyttsp4_core.c883 if (tch.abs[CY_TCH_E] == CY_EV_LIFTOFF) { in cyttsp4_get_mt_touches()
885 __func__, t, tch.abs[CY_TCH_E]); in cyttsp4_get_mt_touches()
934 tch.abs[CY_TCH_E]); in cyttsp4_get_mt_touches()
942 tch.abs[CY_TCH_E]); in cyttsp4_get_mt_touches()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c270 if (tch->abs[CY_TCH_E] == CY_EV_LIFTOFF) { in cyttsp5_get_mt_touches()
272 __func__, t, tch->abs[CY_TCH_E]); in cyttsp5_get_mt_touches()
331 tch->abs[CY_TCH_E], in cyttsp5_get_mt_touches()
H A Dcyttsp5_proximity.c136 if (tch->abs[CY_TCH_E] == CY_EV_TOUCHDOWN) in cyttsp5_get_proximity_touch()
138 else if (tch->abs[CY_TCH_E] == CY_EV_LIFTOFF) in cyttsp5_get_proximity_touch()
H A Dcyttsp5_regs.h572 CY_TCH_E, /* EVENT ID */ enumerator
595 [CY_TCH_E] = "E",
618 [CY_TCH_E] = HID_CY_EVENTID,