Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.h127 #define SYN_ID_MAJOR(i) (((i) & GENMASK(3, 0)) >> 0) macro
129 #define SYN_ID_FULL(i) ((SYN_ID_MAJOR(i) << 8) | SYN_ID_MINOR(i))
131 #define SYN_ID_DISGEST_SUPPORTED(i) (SYN_ID_MAJOR(i) >= 4)
H A Dsynaptics.c369 if (SYN_ID_MAJOR(info->identity) < 4) in synaptics_resolution()
1593 SYN_ID_MAJOR(info->identity), SYN_ID_MINOR(info->identity), in synaptics_init_ps2()