Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-plat.c147 struct usb_hcd *hcd, *usb3_hcd; in xhci_plat_probe() local
302 usb3_hcd = xhci_get_usb3_hcd(xhci); in xhci_plat_probe()
303 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
304 usb3_hcd->can_do_streams = 1; in xhci_plat_probe()
Dxhci-mtk.c483 struct usb_hcd *usb3_hcd; in xhci_mtk_probe() local
616 usb3_hcd = xhci_get_usb3_hcd(xhci); in xhci_mtk_probe()
617 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4 && in xhci_mtk_probe()
619 usb3_hcd->can_do_streams = 1; in xhci_mtk_probe()