Searched refs:SYN_ID_MINOR (Results 1 – 2 of 2) sorted by relevance
128 #define SYN_ID_MINOR(i) (((i) & GENMASK(23, 16)) >> 16) macro129 #define SYN_ID_FULL(i) ((SYN_ID_MAJOR(i) << 8) | SYN_ID_MINOR(i))
1580 SYN_ID_MAJOR(info->identity), SYN_ID_MINOR(info->identity), in synaptics_init_ps2()