Searched refs:max_ssp_rate (Results 1 – 5 of 5) sorted by relevance
1723 dwc->max_ssp_rate = usb_get_maximum_ssp_rate(dev); in dwc3_get_properties()1934 switch (dwc->max_ssp_rate) { in dwc3_check_params()1949 dwc->max_ssp_rate = USB_SSP_GEN_2x2; in dwc3_check_params()1951 dwc->max_ssp_rate = USB_SSP_GEN_2x1; in dwc3_check_params()1955 dwc->max_ssp_rate = USB_SSP_GEN_1x2; in dwc3_check_params()
2541 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate()2549 else if (dwc->max_ssp_rate != USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate()2553 dwc->max_ssp_rate != USB_SSP_GEN_2x1) in __dwc3_gadget_set_ssp_rate()4707 dwc->gadget->max_ssp_rate = dwc->max_ssp_rate; in dwc3_gadget_init()4725 dwc3_gadget_set_ssp_rate(dwc->gadget, dwc->max_ssp_rate); in dwc3_gadget_init()
1242 enum usb_ssp_rate max_ssp_rate; member
426 enum usb_ssp_rate max_ssp_rate; member
806 if (cdev->gadget->max_ssp_rate == USB_SSP_GEN_2x2) in bos_desc()853 if (cdev->gadget->max_ssp_rate == USB_SSP_GEN_2x1 || in bos_desc()854 cdev->gadget->max_ssp_rate == USB_SSP_GEN_UNKNOWN) in bos_desc()