Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp5.c152 CY_TCH_MAJ, /* TOUCH_MAJOR */ enumerator
317 tmp = tch->abs[CY_TCH_MAJ] * 100 * si->sensing_conf_data.res_x; in cyttsp5_get_mt_touches()
318 tch->abs[CY_TCH_MAJ] = tmp / si->sensing_conf_data.len_x; in cyttsp5_get_mt_touches()
336 tch->abs[CY_TCH_MAJ]); in cyttsp5_get_mt_touches()
767 fill_tch_abs(&si->tch_abs[CY_TCH_MAJ], REPORT_SIZE_8, in cyttsp5_fill_all_touch()
H A Dcyttsp4_core.h230 CY_TCH_MAJ, /* TOUCH_MAJOR */ enumerator
H A Dcyttsp4_core.c41 [CY_TCH_MAJ] = "MAJ",
923 if (tch.abs[CY_TCH_P] > 0 && tch.abs[CY_TCH_MAJ] == 0) in cyttsp4_get_mt_touches()
924 tch.abs[CY_TCH_MAJ] = tch.abs[CY_TCH_MIN] = 1; in cyttsp4_get_mt_touches()
933 tch.abs[CY_TCH_MAJ + j]); in cyttsp4_get_mt_touches()
945 tch.abs[CY_TCH_MAJ], in cyttsp4_get_mt_touches()