Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-plat.c469 ret = xhci_resume(xhci, PMSG_RESUME); in xhci_plat_resume()
498 return xhci_resume(xhci, PMSG_AUTO_RESUME); in xhci_plat_runtime_resume()
Dxhci-histb.c358 return xhci_resume(xhci, PMSG_RESUME); in xhci_histb_resume()
Dxhci-pci.c874 retval = xhci_resume(xhci, msg); in xhci_pci_resume()
Dxhci.h2144 int xhci_resume(struct xhci_hcd *xhci, pm_message_t msg);
Dxhci.c963 int xhci_resume(struct xhci_hcd *xhci, pm_message_t msg) in xhci_resume() function
1156 EXPORT_SYMBOL_GPL(xhci_resume);
Dxhci-tegra.c2289 err = xhci_resume(xhci, runtime ? PMSG_AUTO_RESUME : PMSG_RESUME); in tegra_xusb_exit_elpg()