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

/linux-master/drivers/usb/host/
H A Dxhci-plat.c455 * xhci_suspend() needs `do_wakeup` to know whether host is allowed
458 ret = xhci_suspend(xhci, device_may_wakeup(dev));
531 return xhci_suspend(xhci, true);
H A Dxhci-histb.c341 ret = xhci_suspend(xhci, device_may_wakeup(dev));
H A Dxhci-pci.c771 ret = xhci_suspend(xhci, do_wakeup);
H A Dxhci.h1866 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
H A Dxhci.c890 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) function
996 EXPORT_SYMBOL_GPL(xhci_suspend); variable
H A Dxhci-tegra.c2195 err = xhci_suspend(xhci, wakeup);

Completed in 283 milliseconds