Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dsynaptics.h131 #define SYN_ID_IS_SYNAPTICS(i) ((((i) >> 8) & 0xff) == 0x47) macro
Dsynaptics.c380 if (SYN_ID_IS_SYNAPTICS(priv->identity)) in synaptics_identify()