Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/mouse/
H A Dsynaptics.c803 unsigned int ext_bits = in synaptics_parse_ext_buttons() local
805 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons()
808 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()
962 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1; in synaptics_report_ext_buttons() local
975 for (i = 0; i < ext_bits; i++) { in synaptics_report_ext_buttons()
979 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()