Searched refs:max_ssp_rate (Results 1 – 6 of 6) sorted by relevance
1544 dwc->max_ssp_rate = usb_get_maximum_ssp_rate(dev); in dwc3_get_properties() 1755 switch (dwc->max_ssp_rate) { in dwc3_check_params() 1770 dwc->max_ssp_rate = USB_SSP_GEN_2x2; in dwc3_check_params() 1772 dwc->max_ssp_rate = USB_SSP_GEN_2x1;1776 dwc->max_ssp_rate = USB_SSP_GEN_1x2; in dwc3_get_extcon()
2530 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate() 2538 else if (dwc->max_ssp_rate != USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate() 2542 dwc->max_ssp_rate != USB_SSP_GEN_2x1) in __dwc3_gadget_set_ssp_rate() 4713 dwc->gadget->max_ssp_rate = dwc->max_ssp_rate; in dwc3_gadget_init() 4731 dwc3_gadget_set_ssp_rate(dwc->gadget, dwc->max_ssp_rate); in dwc3_gadget_init()
1018 * @max_ssp_rate: SuperSpeed Plus maximum signaling rate and lane count1216 enum usb_ssp_rate max_ssp_rate; member
424 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()
1270 gadget->ops->udc_set_ssp_rate(gadget, gadget->max_ssp_rate); in usb_gadget_udc_set_speed()