Home
last modified time | relevance | path

Searched refs:power_lost (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-pci.c844 bool power_lost = msg.event == PM_EVENT_RESTORE; in xhci_pci_resume() local
876 return xhci_resume(xhci, power_lost, is_auto_resume); in xhci_pci_resume()
H A Dxhci.c1081 int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume) in xhci_resume() argument
1108 if (power_lost || xhci->broken_suspend || xhci->quirks & XHCI_RESET_ON_RESUME) { in xhci_resume()
/linux/drivers/usb/chipidea/
H A Dudc.c2395 static void udc_resume(struct ci_hdrc *ci, bool power_lost) in udc_resume() argument
2397 if (power_lost) { in udc_resume()