ext_buttons 767 drivers/input/mouse/synaptics.c hw->ext_buttons = buf[4] & ext_mask; ext_buttons 768 drivers/input/mouse/synaptics.c hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; ext_buttons 937 drivers/input/mouse/synaptics.c hw->ext_buttons & BIT(i)); ext_buttons 939 drivers/input/mouse/synaptics.c hw->ext_buttons & BIT(i + ext_bits)); ext_buttons 953 drivers/input/mouse/synaptics.c pt_buttons = SYN_EXT_BUTTON_STICK_L(hw->ext_buttons) | ext_buttons 954 drivers/input/mouse/synaptics.c SYN_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | ext_buttons 955 drivers/input/mouse/synaptics.c SYN_EXT_BUTTON_STICK_M(hw->ext_buttons) << 2; ext_buttons 161 drivers/input/mouse/synaptics.h u8 ext_buttons;