Searched refs:SYN_ID_FULL (Results 1 – 2 of 2) sorted by relevance
294 if (SYN_ID_FULL(info->identity) < 0x705) in synaptics_query_modes()329 if (SYN_ID_FULL(info->identity) < 0x705 && in synaptics_capability()411 SYN_ID_FULL(info->identity) == 0x801)) { in synaptics_resolution()969 if ((SYN_ID_FULL(priv->info.identity) == 0x801 || in synaptics_report_ext_buttons()970 SYN_ID_FULL(priv->info.identity) == 0x802) && in synaptics_report_ext_buttons()
129 #define SYN_ID_FULL(i) ((SYN_ID_MAJOR(i) << 8) | SYN_ID_MINOR(i)) macro