Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c773 hw->ext_buttons = buf[4] & ext_mask; in synaptics_parse_ext_buttons()
774 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
943 hw->ext_buttons & BIT(i)); in synaptics_report_ext_buttons()
945 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()
959 pt_buttons = SYN_EXT_BUTTON_STICK_L(hw->ext_buttons) | in synaptics_report_ext_buttons()
960 SYN_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | in synaptics_report_ext_buttons()
961 SYN_EXT_BUTTON_STICK_M(hw->ext_buttons) << 2; in synaptics_report_ext_buttons()
H A Dsynaptics.h161 u8 ext_buttons; member