Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/mouse/
Dsynaptics.c762 hw->ext_buttons = buf[4] & ext_mask; in synaptics_parse_ext_buttons()
763 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
932 hw->ext_buttons & BIT(i)); in synaptics_report_ext_buttons()
934 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()
948 pt_buttons = SYN_EXT_BUTTON_STICK_L(hw->ext_buttons) | in synaptics_report_ext_buttons()
949 SYN_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | in synaptics_report_ext_buttons()
950 SYN_EXT_BUTTON_STICK_M(hw->ext_buttons) << 2; in synaptics_report_ext_buttons()
Dsynaptics.h161 u8 ext_buttons; member