Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h230 CY_TCH_MAJ, /* TOUCH_MAJOR */ enumerator
244 [CY_TCH_MAJ] = "MAJ",
H A Dcyttsp4_core.c909 if (tch.abs[CY_TCH_P] > 0 && tch.abs[CY_TCH_MAJ] == 0) in cyttsp4_get_mt_touches()
910 tch.abs[CY_TCH_MAJ] = tch.abs[CY_TCH_MIN] = 1; in cyttsp4_get_mt_touches()
919 tch.abs[CY_TCH_MAJ + j]); in cyttsp4_get_mt_touches()
931 tch.abs[CY_TCH_MAJ], in cyttsp4_get_mt_touches()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c177 tmp = touch->abs[CY_TCH_MAJ] * 100 * si->sensing_conf_data.res_x; in cyttsp5_mt_process_touch()
178 touch->abs[CY_TCH_MAJ] = tmp / si->sensing_conf_data.len_x; in cyttsp5_mt_process_touch()
313 tch->abs[CY_TCH_MAJ + j]); in cyttsp5_get_mt_touches()
328 tch->abs[CY_TCH_MAJ], in cyttsp5_get_mt_touches()
H A Dcyttsp5_regs.h575 CY_TCH_MAJ, /* TOUCH_MAJOR */ enumerator
598 [CY_TCH_MAJ] = "MAJ",
621 [CY_TCH_MAJ] = HID_CY_MAJORAXISLENGTH,