Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dcore.c1429 bool power_lost; in ci_resume() local
1437 power_lost = !hw_read(ci, OP_ENDPTLISTADDR, ~0); in ci_resume()
1446 if (power_lost) { in ci_resume()
1454 ci_role(ci)->resume(ci, power_lost); in ci_resume()
1456 if (power_lost) in ci_resume()
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()
/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.c1082 int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume) in xhci_resume() argument
1109 power_lost = true; in xhci_resume()
1111 if (!power_lost) { in xhci_resume()
1151 if (!power_lost) in xhci_resume()
1153 power_lost = true; in xhci_resume()
1156 if (power_lost) { in xhci_resume()
H A Dxhci.h1895 int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume);