Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-plat.c489 ret = xhci_resume(xhci, pmsg); in xhci_plat_resume_common()
536 return xhci_resume(xhci, PMSG_AUTO_RESUME); in xhci_plat_runtime_resume()
H A Dxhci-histb.c358 return xhci_resume(xhci, PMSG_RESUME); in xhci_histb_resume()
H A Dxhci-pci.c892 retval = xhci_resume(xhci, msg); in xhci_pci_poweroff_late()
H A Dxhci.h1898 int xhci_resume(struct xhci_hcd *xhci, pm_message_t msg);
H A Dxhci.c964 int xhci_resume(struct xhci_hcd *xhci, pm_message_t msg) in xhci_resume() function
1175 EXPORT_SYMBOL_GPL(xhci_resume);
H A Dxhci-tegra.c2289 err = xhci_resume(xhci, runtime ? PMSG_AUTO_RESUME : PMSG_RESUME); in tegra_xusb_exit_elpg()