Home
last modified time | relevance | path

Searched refs:CY_TCH_O (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h228 CY_TCH_O, /* OBJECT ID */ enumerator
242 [CY_TCH_O] = "O",
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c252 if (tch->abs[CY_TCH_O] == CY_OBJ_PROXIMITY) { in cyttsp5_get_mt_touches()
286 t, tch->abs[CY_TCH_O]); in cyttsp5_get_mt_touches()
291 if (tch->abs[CY_TCH_O] == CY_OBJ_HOVER) { in cyttsp5_get_mt_touches()
332 tch->abs[CY_TCH_O], in cyttsp5_get_mt_touches()
H A Dcyttsp5_regs.h573 CY_TCH_O, /* OBJECT ID */ enumerator
596 [CY_TCH_O] = "O",
619 [CY_TCH_O] = HID_CY_TOUCHTYPE,
H A Dcyttsp5_proximity.c135 if (tch->abs[CY_TCH_O] == CY_OBJ_PROXIMITY) { in cyttsp5_get_proximity_touch()