Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dsynaptics.c766 unsigned int ext_bits = in synaptics_parse_ext_buttons() local
768 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons()
771 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
925 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1; in synaptics_report_ext_buttons() local
938 for (i = 0; i < ext_bits; i++) { in synaptics_report_ext_buttons()
942 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()