Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c768 unsigned int ext_bits = in synaptics_parse_ext_buttons() local
770 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons()
773 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
927 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1; in synaptics_report_ext_buttons() local
940 for (i = 0; i < ext_bits; i++) { in synaptics_report_ext_buttons()
944 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()