Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/common/
H A Dcommon.c79 static const char *const ssp_rate[] = { variable
117 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_speed()
144 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c2526 enum usb_ssp_rate ssp_rate = dwc->gadget_ssp_rate; in __dwc3_gadget_set_ssp_rate() local
2529 if (ssp_rate == USB_SSP_GEN_UNKNOWN) in __dwc3_gadget_set_ssp_rate()
2530 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate()
2536 if (ssp_rate == USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate()
2541 if (ssp_rate != USB_SSP_GEN_2x1 && in __dwc3_gadget_set_ssp_rate()
4124 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_conndone_interrupt()
4142 dwc->gadget->ssp_rate = USB_SSP_GEN_2x2; in dwc3_gadget_conndone_interrupt()
4144 dwc->gadget->ssp_rate = USB_SSP_GEN_2x1; in dwc3_gadget_conndone_interrupt()
4169 dwc->gadget->ssp_rate = USB_SSP_GEN_1x2; in dwc3_gadget_conndone_interrupt()
4647 dwc->gadget->ssp_rate in dwc3_gadget_init()
[all...]
/openbmc/linux/include/linux/usb/
H A Dgadget.h423 enum usb_ssp_rate ssp_rate; member
/openbmc/linux/drivers/usb/core/
H A Dhcd.c2868 rhdev->ssp_rate = USB_SSP_GEN_UNKNOWN; in usb_add_hcd()
2883 rhdev->ssp_rate = USB_SSP_GEN_2x2; in usb_add_hcd()
2887 rhdev->ssp_rate = USB_SSP_GEN_2x1; in usb_add_hcd()
H A Dhub.c2954 udev->ssp_rate = get_port_ssp_rate(hub->hdev, ext_portstatus); in hub_port_wait_reset()
2958 udev->ssp_rate = USB_SSP_GEN_UNKNOWN; in hub_port_wait_reset()
2960 if (udev->ssp_rate != USB_SSP_GEN_UNKNOWN) in hub_port_wait_reset()
5017 (udev->ssp_rate == USB_SSP_GEN_2x2) ? in hub_port_init()
5019 (udev->ssp_rate == USB_SSP_GEN_2x1) ? in hub_port_init()
5021 (udev->ssp_rate == USB_SSP_GEN_1x2) ? in hub_port_init()
H A Dsysfs.c168 if (udev->ssp_rate == USB_SSP_GEN_2x2) in speed_show()
/openbmc/linux/include/linux/
H A Dusb.h660 enum usb_ssp_rate ssp_rate; member
/openbmc/linux/drivers/usb/host/
H A Dxhci.c5171 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x2; in xhci_hcd_init_usb3_data()
5176 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x1; in xhci_hcd_init_usb3_data()