Searched refs:CY_TCH_E (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 227 CY_TCH_E, /* EVENT ID */ enumerator 241 [CY_TCH_E] = "E",
|
| H A D | cyttsp4_core.c | 883 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 D | cyttsp5_mt_common.c | 270 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 D | cyttsp5_proximity.c | 136 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 D | cyttsp5_regs.h | 572 CY_TCH_E, /* EVENT ID */ enumerator 595 [CY_TCH_E] = "E", 618 [CY_TCH_E] = HID_CY_EVENTID,
|