Searched refs:max_ssp_rate (Results 1 – 5 of 5) sorted by relevance
1471 dwc->max_ssp_rate = usb_get_maximum_ssp_rate(dev); in dwc3_get_properties()1675 switch (dwc->max_ssp_rate) { in dwc3_check_params()1690 dwc->max_ssp_rate = USB_SSP_GEN_2x2; in dwc3_check_params()1692 dwc->max_ssp_rate = USB_SSP_GEN_2x1; in dwc3_check_params()1696 dwc->max_ssp_rate = USB_SSP_GEN_1x2; in dwc3_check_params()
2413 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate()2421 else if (dwc->max_ssp_rate != USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate()2425 dwc->max_ssp_rate != USB_SSP_GEN_2x1) in __dwc3_gadget_set_ssp_rate()4539 dwc->gadget->max_ssp_rate = dwc->max_ssp_rate; in dwc3_gadget_init()4557 dwc3_gadget_set_ssp_rate(dwc->gadget, dwc->max_ssp_rate); in dwc3_gadget_init()
1214 enum usb_ssp_rate max_ssp_rate; member
755 if (cdev->gadget->max_ssp_rate == USB_SSP_GEN_2x2) in bos_desc()802 if (cdev->gadget->max_ssp_rate == USB_SSP_GEN_2x1 || in bos_desc()803 cdev->gadget->max_ssp_rate == USB_SSP_GEN_UNKNOWN) in bos_desc()
1243 gadget->ops->udc_set_ssp_rate(gadget, gadget->max_ssp_rate); in usb_gadget_udc_set_speed()