Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dsynaptics.h130 #define SYN_ID_FULL(i) ((SYN_ID_MAJOR(i) << 8) | SYN_ID_MINOR(i)) macro
Dsynaptics.c285 if (SYN_ID_FULL(priv->identity) < 0x705) in synaptics_query_modes()
329 if (SYN_ID_FULL(priv->identity) < 0x705 && in synaptics_capability()
426 SYN_ID_FULL(priv->identity) == 0x801)) { in synaptics_resolution()
866 if ((SYN_ID_FULL(priv->identity) == 0x801 || in synaptics_report_ext_buttons()
867 SYN_ID_FULL(priv->identity) == 0x802) && in synaptics_report_ext_buttons()