Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c141 touch->abs[CY_TCH_OR] = (int8_t)touch->abs[CY_TCH_OR]; in cyttsp5_mt_process_touch()
147 if (touch->abs[CY_TCH_OR] > 0) in cyttsp5_mt_process_touch()
148 touch->abs[CY_TCH_OR] = in cyttsp5_mt_process_touch()
149 md->or_max - touch->abs[CY_TCH_OR]; in cyttsp5_mt_process_touch()
151 touch->abs[CY_TCH_OR] = in cyttsp5_mt_process_touch()
152 md->or_min - touch->abs[CY_TCH_OR]; in cyttsp5_mt_process_touch()
164 touch->abs[CY_TCH_OR] *= -1; in cyttsp5_mt_process_touch()
173 touch->abs[CY_TCH_OR] *= -1; in cyttsp5_mt_process_touch()
330 tch->abs[CY_TCH_OR], in cyttsp5_get_mt_touches()
H A Dcyttsp5_regs.h577 CY_TCH_OR, /* ORIENTATION */ enumerator
600 [CY_TCH_OR] = "OR",
623 [CY_TCH_OR] = HID_CY_ORIENTATION,
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h232 CY_TCH_OR, /* ORIENTATION */ enumerator
246 [CY_TCH_OR] = "OR",
H A Dcyttsp4_core.c933 tch.abs[CY_TCH_OR], in cyttsp4_get_mt_touches()