Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dsynaptics.c351 if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) > 8) in synaptics_capability()
698 (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) + 1) >> 1; in synaptics_parse_ext_buttons()
789 if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) > 0 && in synaptics_parse_hw_state()
858 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) + 1) >> 1; in synaptics_report_ext_buttons()
862 if (!SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap)) in synaptics_report_ext_buttons()
1239 for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap); i++) in set_input_params()
Dsynaptics.h55 #define SYN_CAP_MULTI_BUTTON_NO(ec) (((ec) & 0x00f000) >> 12) macro