Home
last modified time | relevance | path

Searched refs:usb3_hcd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-plat.c148 struct usb_hcd *hcd, *usb3_hcd; in xhci_plat_probe() local
315 usb3_hcd = xhci_get_usb3_hcd(xhci); in xhci_plat_probe()
316 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
317 usb3_hcd->can_do_streams = 1; in xhci_plat_probe()
H A Dxhci-mtk.c517 struct usb_hcd *usb3_hcd; in xhci_mtk_probe() local
652 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()