Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dsynaptics.c758 hw->ext_buttons = buf[4] & ext_mask; in synaptics_parse_ext_buttons()
759 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
928 hw->ext_buttons & BIT(i)); in synaptics_report_ext_buttons()
930 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()
944 pt_buttons = SYN_EXT_BUTTON_STICK_L(hw->ext_buttons) | in synaptics_report_ext_buttons()
945 SYN_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | in synaptics_report_ext_buttons()
946 SYN_EXT_BUTTON_STICK_M(hw->ext_buttons) << 2; in synaptics_report_ext_buttons()
Dsynaptics.h164 u8 ext_buttons; member