Lines Matching refs:bmAttributes
253 _ep->mult = (comp_desc->bmAttributes & 0x3) + 1; in config_ep_by_speed_and_alt()
534 if (c->MaxPower || (c->bmAttributes & USB_CONFIG_ATT_SELFPOWER)) in encode_bMaxPower()
553 if (USB_CONFIG_ATT_WAKEUP & c->bmAttributes) { in check_remote_wakeup_config()
558 c->bmAttributes &= ~USB_CONFIG_ATT_WAKEUP; in check_remote_wakeup_config()
581 c->bmAttributes = USB_CONFIG_ATT_ONE | config->bmAttributes; in config_buf()
772 usb_ext->bmAttributes = cpu_to_le32(USB_LPM_SUPPORT | in bos_desc()
789 ss_cap->bmAttributes = 0; /* LTM is not supported yet */ in bos_desc()
825 ssp_cap->bmAttributes = in bos_desc()
1038 if (c->MaxPower || (c->bmAttributes & USB_CONFIG_ATT_SELFPOWER)) in set_config()
1048 if (USB_CONFIG_ATT_WAKEUP & c->bmAttributes) in set_config()
1054 (c && !(c->bmAttributes & USB_CONFIG_ATT_SELFPOWER))) in set_config()
1995 if (!(f->config->bmAttributes & USB_CONFIG_ATT_WAKEUP)) in composite_setup()
2024 if (!(f->config->bmAttributes & in composite_setup()
2599 cdev->config->bmAttributes & USB_CONFIG_ATT_SELFPOWER) in composite_suspend()
2636 !(cdev->config->bmAttributes & USB_CONFIG_ATT_SELFPOWER)) in composite_resume()