Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.h130 #define SYN_ID_IS_SYNAPTICS(i) (((i) & GENMASK(15, 8)) == 0x004700U) macro
H A Dsynaptics.c252 return SYN_ID_IS_SYNAPTICS(info->identity) ? 0 : -ENXIO; in synaptics_identify()