Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp4_core.c881 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + CY_MIN_OST]) || in cyttsp4_get_mt_touches()
887 CY_NUM_ABS_SET) + CY_MAX_OST]); in cyttsp4_get_mt_touches()
893 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + 0]; in cyttsp4_get_mt_touches()
896 [(CY_ABS_ID_OST * CY_NUM_ABS_SET) + CY_MIN_OST]; in cyttsp4_get_mt_touches()
911 CY_NUM_ABS_SET) + 0]; in cyttsp4_get_mt_touches()
930 CY_NUM_ABS_SET) + 0]; in cyttsp4_get_mt_touches()
1929 [(i * CY_NUM_ABS_SET) + CY_SIGNAL_OST]; in cyttsp4_setup_input_device()
1933 [(i * CY_NUM_ABS_SET) + CY_MIN_OST]; in cyttsp4_setup_input_device()
1935 [(i * CY_NUM_ABS_SET) + CY_MAX_OST]; in cyttsp4_setup_input_device()
1948 [(i * CY_NUM_ABS_SET) + CY_FUZZ_OST], in cyttsp4_setup_input_device()
[all …]
H A Dcyttsp4_core.h376 CY_NUM_ABS_SET /* number of signal capability fields */ enumerator