Searched refs:max_ssp_rate (Results 1 – 6 of 6) sorted by relevance
1326 dwc->max_ssp_rate = usb_get_maximum_ssp_rate(dev); in dwc3_get_properties()1524 switch (dwc->max_ssp_rate) { in dwc3_check_params()1539 dwc->max_ssp_rate = USB_SSP_GEN_2x2; in dwc3_check_params()1541 dwc->max_ssp_rate = USB_SSP_GEN_2x1; in dwc3_check_params()1545 dwc->max_ssp_rate = USB_SSP_GEN_1x2; in dwc3_check_params()
2294 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate()2302 else if (dwc->max_ssp_rate != USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate()2306 dwc->max_ssp_rate != USB_SSP_GEN_2x1) in __dwc3_gadget_set_ssp_rate()4301 dwc->gadget->max_ssp_rate = dwc->max_ssp_rate; in dwc3_gadget_init()4319 dwc3_gadget_set_ssp_rate(dwc->gadget, dwc->max_ssp_rate); in dwc3_gadget_init()
1169 enum usb_ssp_rate max_ssp_rate; member
420 enum usb_ssp_rate max_ssp_rate; member
742 if (cdev->gadget->max_ssp_rate == USB_SSP_GEN_2x2) in bos_desc()789 if (cdev->gadget->max_ssp_rate == USB_SSP_GEN_2x1 || in bos_desc()790 cdev->gadget->max_ssp_rate == USB_SSP_GEN_UNKNOWN) in bos_desc()
1166 gadget->ops->udc_set_ssp_rate(gadget, gadget->max_ssp_rate); in usb_gadget_udc_set_speed()
Completed in 28 milliseconds