Home
last modified time | relevance | path

Searched refs:ssp_rate (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/usb/common/
A Dcommon.c78 static const char *const ssp_rate[] = { variable
116 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_speed()
143 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
/linux-6.3-rc2/drivers/usb/dwc3/
A Dgadget.c2386 enum usb_ssp_rate ssp_rate = dwc->gadget_ssp_rate; in __dwc3_gadget_set_ssp_rate() local
2389 if (ssp_rate == USB_SSP_GEN_UNKNOWN) in __dwc3_gadget_set_ssp_rate()
2390 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate()
2396 if (ssp_rate == USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate()
2401 if (ssp_rate != USB_SSP_GEN_2x1 && in __dwc3_gadget_set_ssp_rate()
3941 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_conndone_interrupt()
3959 dwc->gadget->ssp_rate = USB_SSP_GEN_2x2; in dwc3_gadget_conndone_interrupt()
3961 dwc->gadget->ssp_rate = USB_SSP_GEN_2x1; in dwc3_gadget_conndone_interrupt()
3986 dwc->gadget->ssp_rate = USB_SSP_GEN_1x2; in dwc3_gadget_conndone_interrupt()
4484 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_init()
/linux-6.3-rc2/include/linux/usb/
A Dgadget.h419 enum usb_ssp_rate ssp_rate; member
/linux-6.3-rc2/drivers/usb/core/
A Dhcd.c2893 rhdev->ssp_rate = USB_SSP_GEN_UNKNOWN; in usb_add_hcd()
2911 rhdev->ssp_rate = USB_SSP_GEN_2x2; in usb_add_hcd()
2915 rhdev->ssp_rate = USB_SSP_GEN_2x1; in usb_add_hcd()
A Dhub.c2923 udev->ssp_rate = get_port_ssp_rate(hub->hdev, ext_portstatus); in hub_port_wait_reset()
2927 udev->ssp_rate = USB_SSP_GEN_UNKNOWN; in hub_port_wait_reset()
2931 else if (udev->ssp_rate != USB_SSP_GEN_UNKNOWN) in hub_port_wait_reset()
4951 (udev->ssp_rate == USB_SSP_GEN_2x2) ? in hub_port_init()
4953 (udev->ssp_rate == USB_SSP_GEN_2x1) ? in hub_port_init()
4955 (udev->ssp_rate == USB_SSP_GEN_1x2) ? in hub_port_init()
A Dsysfs.c171 if (udev->ssp_rate == USB_SSP_GEN_2x2) in speed_show()
/linux-6.3-rc2/include/linux/
A Dusb.h648 enum usb_ssp_rate ssp_rate; member
/linux-6.3-rc2/drivers/usb/host/
A Dxhci.c5313 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x2; in xhci_hcd_init_usb3_data()
5318 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x1; in xhci_hcd_init_usb3_data()

Completed in 40 milliseconds