Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp4_core.c34 [CY_TCH_X] = "X",
811 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) { in cyttsp4_get_touch()
823 swap(touch->abs[CY_TCH_X], touch->abs[CY_TCH_Y]); in cyttsp4_get_touch()
830 touch->abs[CY_TCH_X] = md->si->si_ofs.max_y - in cyttsp4_get_touch()
831 touch->abs[CY_TCH_X]; in cyttsp4_get_touch()
833 touch->abs[CY_TCH_X] = md->si->si_ofs.max_x - in cyttsp4_get_touch()
834 touch->abs[CY_TCH_X]; in cyttsp4_get_touch()
849 touch->abs[CY_TCH_X], touch->abs[CY_TCH_X], in cyttsp4_get_touch()
914 tch.abs[CY_TCH_X + j]); in cyttsp4_get_mt_touches()
942 tch.abs[CY_TCH_X], in cyttsp4_get_mt_touches()
[all …]
H A Dcyttsp5.c148 CY_TCH_X, /* X */ enumerator
283 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) in cyttsp5_get_touch_record()
329 tch->abs[CY_TCH_X], tch->abs[CY_TCH_Y], in cyttsp5_get_mt_touches()
757 fill_tch_abs(&si->tch_abs[CY_TCH_X], REPORT_SIZE_16, in cyttsp5_fill_all_touch()
H A Dcyttsp4_core.h223 CY_TCH_X, /* X */ enumerator