Searched refs:usb3_hcd (Results 1 – 2 of 2) sorted by relevance
517 struct usb_hcd *usb3_hcd; in xhci_mtk_probe() local652 usb3_hcd = xhci_get_usb3_hcd(xhci); in xhci_mtk_probe()653 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4 && in xhci_mtk_probe()655 usb3_hcd->can_do_streams = 1; in xhci_mtk_probe()
615 struct usb_hcd *hcd, *usb3_hcd; in xhci_pci_common_probe() local663 usb3_hcd = xhci_get_usb3_hcd(xhci); in xhci_pci_common_probe()664 if (usb3_hcd && !(xhci->quirks & XHCI_BROKEN_STREAMS) && HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_common_probe()665 usb3_hcd->can_do_streams = 1; in xhci_pci_common_probe()