Searched refs:SYN_ID_MAJOR (Results 1 – 2 of 2) sorted by relevance
128 #define SYN_ID_MAJOR(i) ((i) & 0x0f) macro130 #define SYN_ID_FULL(i) ((SYN_ID_MAJOR(i) << 8) | SYN_ID_MINOR(i))132 #define SYN_ID_DISGEST_SUPPORTED(i) (SYN_ID_MAJOR(i) >= 4)
395 if (SYN_ID_MAJOR(priv->identity) < 4) in synaptics_resolution()1490 SYN_ID_MAJOR(priv->identity), SYN_ID_MINOR(priv->identity), in __synaptics_init()