Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dsynaptics.c287 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()
322 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()
404 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()
935 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()
936 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons()
H A Dsynaptics.h129 #define SYN_ID_FULL(i) ((SYN_ID_MAJOR(i) << 8) | SYN_ID_MINOR(i)) macro