Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/mouse/
Dsynaptics.c771 hw->ext_buttons = buf[4] & ext_mask; in synaptics_parse_ext_buttons()
772 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
941 hw->ext_buttons & BIT(i)); in synaptics_report_ext_buttons()
943 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()
957 pt_buttons = SYN_EXT_BUTTON_STICK_L(hw->ext_buttons) | in synaptics_report_ext_buttons()
958 SYN_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | in synaptics_report_ext_buttons()
959 SYN_EXT_BUTTON_STICK_M(hw->ext_buttons) << 2; in synaptics_report_ext_buttons()
Dsynaptics.h161 u8 ext_buttons; member