Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp4_core.c853 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + CY_MIN_OST]) || in cyttsp4_get_mt_touches()
855 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + CY_MAX_OST])) { in cyttsp4_get_mt_touches()
859 CY_NUM_ABS_SET) + CY_MAX_OST]); in cyttsp4_get_mt_touches()
865 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + 0]; in cyttsp4_get_mt_touches()
868 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + CY_MIN_OST]; in cyttsp4_get_mt_touches()
883 CY_NUM_ABS_SET) + 0]; in cyttsp4_get_mt_touches()
902 CY_NUM_ABS_SET) + 0]; in cyttsp4_get_mt_touches()
1905 for (i = 0; i < (md->pdata->frmwrk->size / CY_NUM_ABS_SET); i++) { in cyttsp4_setup_input_device()
1907 [(i * CY_NUM_ABS_SET) + CY_SIGNAL_OST]; in cyttsp4_setup_input_device()
1911 [(i * CY_NUM_ABS_SET) + CY_MIN_OST]; in cyttsp4_setup_input_device()
[all …]
Dcyttsp4_core.h400 CY_NUM_ABS_SET /* number of signal capability fields */ enumerator