Searched refs:ssp_rate (Results 1 – 8 of 8) sorted by relevance
79 static const char *const ssp_rate[] = { variable113 ret = device_property_match_property_string(dev, p, ssp_rate, ARRAY_SIZE(ssp_rate)); in usb_get_maximum_speed()143 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
2485 enum usb_ssp_rate ssp_rate = dwc->gadget_ssp_rate; in __dwc3_gadget_set_ssp_rate() local2488 if (ssp_rate == USB_SSP_GEN_UNKNOWN) in __dwc3_gadget_set_ssp_rate()2489 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate()2495 if (ssp_rate == USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate()2500 if (ssp_rate != USB_SSP_GEN_2x1 && in __dwc3_gadget_set_ssp_rate()4083 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_conndone_interrupt()4101 dwc->gadget->ssp_rate = USB_SSP_GEN_2x2; in dwc3_gadget_conndone_interrupt()4103 dwc->gadget->ssp_rate = USB_SSP_GEN_2x1; in dwc3_gadget_conndone_interrupt()4128 dwc->gadget->ssp_rate = USB_SSP_GEN_1x2; in dwc3_gadget_conndone_interrupt()4604 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_init()
425 enum usb_ssp_rate ssp_rate; member
2875 rhdev->ssp_rate = USB_SSP_GEN_UNKNOWN; in usb_add_hcd()2890 rhdev->ssp_rate = USB_SSP_GEN_2x2; in usb_add_hcd()2894 rhdev->ssp_rate = USB_SSP_GEN_2x1; in usb_add_hcd()
2984 udev->ssp_rate = get_port_ssp_rate(hub->hdev, ext_portstatus); in hub_port_wait_reset()2988 udev->ssp_rate = USB_SSP_GEN_UNKNOWN; in hub_port_wait_reset()2990 if (udev->ssp_rate != USB_SSP_GEN_UNKNOWN) in hub_port_wait_reset()5047 (udev->ssp_rate == USB_SSP_GEN_2x2) ? in hub_port_init()5049 (udev->ssp_rate == USB_SSP_GEN_2x1) ? in hub_port_init()5051 (udev->ssp_rate == USB_SSP_GEN_1x2) ? in hub_port_init()
168 if (udev->ssp_rate == USB_SSP_GEN_2x2) in speed_show()
661 enum usb_ssp_rate ssp_rate; member
5181 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x2; in xhci_hcd_init_usb3_data()5186 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x1; in xhci_hcd_init_usb3_data()
Completed in 52 milliseconds