Searched refs:SYN_MEXT_CAP_BIT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ | ||
D | synaptics.h | 57 #define SYN_MEXT_CAP_BIT(m) ((m) & (1 << 1)) macro |
D | synaptics.c | 292 if (SYN_MEXT_CAP_BIT(bid[0])) in synaptics_query_modes() |