Searched refs:SYN_EXT_BUTTON_STICK_R (Results 1 – 2 of 2) sorted by relevance
/drivers/input/mouse/ | ||
D | synaptics.h | 115 #define SYN_EXT_BUTTON_STICK_R(eb) (((eb) & BIT(2)) >> 2) macro |
D | synaptics.c | 957 SYN_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | in synaptics_report_ext_buttons() |