Home
last modified time | relevance | path

Searched refs:CY_TCH_X (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c431 for (abs = CY_TCH_X; abs < CY_NUM_TCH_FIELDS; abs++) { in cyttsp4_si_get_opcfg_data()
808 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) { in cyttsp4_get_touch()
820 swap(touch->abs[CY_TCH_X], touch->abs[CY_TCH_Y]); in cyttsp4_get_touch()
827 touch->abs[CY_TCH_X] = md->si->si_ofs.max_y - in cyttsp4_get_touch()
828 touch->abs[CY_TCH_X]; in cyttsp4_get_touch()
830 touch->abs[CY_TCH_X] = md->si->si_ofs.max_x - in cyttsp4_get_touch()
831 touch->abs[CY_TCH_X]; in cyttsp4_get_touch()
846 touch->abs[CY_TCH_X], touch->abs[CY_TCH_X], in cyttsp4_get_touch()
911 tch.abs[CY_TCH_X + j]); in cyttsp4_get_mt_touches()
939 tch.abs[CY_TCH_X], in cyttsp4_get_mt_touches()
[all …]
Dcyttsp4_core.h233 CY_TCH_X, /* X */ enumerator
247 [CY_TCH_X] = "X",