Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dsynaptics.h90 #define SYN_CAP_ADV_GESTURE(ex0c) ((ex0c) & 0x080000) macro
Dsynaptics.c501 if (!(SYN_CAP_ADV_GESTURE(priv->ext_cap_0c) || in synaptics_set_advanced_gesture_mode()
716 if ((SYN_CAP_ADV_GESTURE(priv->ext_cap_0c) || in synaptics_parse_hw_state()
1049 if (SYN_CAP_ADV_GESTURE(priv->ext_cap_0c)) in synaptics_process_packet()
1208 } else if (SYN_CAP_ADV_GESTURE(priv->ext_cap_0c)) { in set_input_params()