Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dgadget.h453 enum usb_ssp_rate ssp_rate; member
/linux/drivers/usb/core/
H A Dhcd.c2892 rhdev->ssp_rate = USB_SSP_GEN_UNKNOWN; in usb_add_hcd()
2907 rhdev->ssp_rate = USB_SSP_GEN_2x2; in usb_add_hcd()
2911 rhdev->ssp_rate = USB_SSP_GEN_2x1; in usb_add_hcd()
H A Dhub.c3030 udev->ssp_rate = get_port_ssp_rate(hub->hdev, ext_portstatus); in hub_port_wait_reset()
3034 udev->ssp_rate = USB_SSP_GEN_UNKNOWN; in hub_port_wait_reset()
3036 if (udev->ssp_rate != USB_SSP_GEN_UNKNOWN) in hub_port_wait_reset()
5093 (udev->ssp_rate == USB_SSP_GEN_2x2) ? in hub_port_init()
5095 (udev->ssp_rate == USB_SSP_GEN_2x1) ? in hub_port_init()
5097 (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()
/linux/include/linux/
H A Dusb.h669 enum usb_ssp_rate ssp_rate; member
/linux/drivers/usb/host/
H A Dxhci.c5406 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x2; in xhci_hcd_init_usb3_data()
5411 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x1; in xhci_hcd_init_usb3_data()