Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dsynaptics.h114 #define SYN_CAP_EXT_BUTTON_STICK_L(eb) (!!((eb) & 0x01)) macro
Dsynaptics.c890 priv->pt_buttons = SYN_CAP_EXT_BUTTON_STICK_L(hw->ext_buttons) | in synaptics_report_ext_buttons()