Searched refs:CY_TCH_P (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.h | 225 CY_TCH_P, /* P (Z) */ enumerator 239 [CY_TCH_P] = "P",
|
H A D | cyttsp4_core.c | 909 if (tch.abs[CY_TCH_P] > 0 && tch.abs[CY_TCH_MAJ] == 0) in cyttsp4_get_mt_touches() 930 tch.abs[CY_TCH_P], in cyttsp4_get_mt_touches() 941 tch.abs[CY_TCH_P], in cyttsp4_get_mt_touches()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 150 CY_TCH_P, /* P (Z) */ enumerator 332 tch->abs[CY_TCH_P]); in cyttsp5_get_mt_touches() 761 fill_tch_abs(&si->tch_abs[CY_TCH_P], REPORT_SIZE_8, in cyttsp5_fill_all_touch()
|
H A D | cyttsp4_core.h | 225 CY_TCH_P, /* P (Z) */ enumerator
|
H A D | cyttsp4_core.c | 36 [CY_TCH_P] = "P", 923 if (tch.abs[CY_TCH_P] > 0 && tch.abs[CY_TCH_MAJ] == 0) in cyttsp4_get_mt_touches() 944 tch.abs[CY_TCH_P], in cyttsp4_get_mt_touches() 955 tch.abs[CY_TCH_P], in cyttsp4_get_mt_touches()
|
Completed in 10 milliseconds