Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-plat.c467 ret = xhci_suspend(xhci, device_may_wakeup(dev)); in xhci_plat_suspend()
540 return xhci_suspend(xhci, true); in xhci_plat_runtime_suspend()
Dxhci-histb.c341 ret = xhci_suspend(xhci, device_may_wakeup(dev)); in xhci_histb_suspend()
Dxhci-pci.c797 ret = xhci_suspend(xhci, do_wakeup); in xhci_pci_suspend()
Dxhci.h1861 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
Dxhci.c890 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) in xhci_suspend() function
996 EXPORT_SYMBOL_GPL(xhci_suspend);
Dxhci-tegra.c2195 err = xhci_suspend(xhci, wakeup); in tegra_xusb_enter_elpg()