xhci_resume
return xhci_resume(xhci, false, false);
return xhci_resume(xhci, power_lost, is_auto_resume);
ret = xhci_resume(xhci, power_lost || priv->power_lost, false);
return xhci_resume(xhci, false, true);
err = xhci_resume(xhci, false, is_auto_resume);
EXPORT_SYMBOL_GPL(xhci_resume);
int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume);