Searched refs:power_lost (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/chipidea/ |
| H A D | core.c | 1429 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 D | udc.c | 2395 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 D | xhci-pci.c | 844 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 D | xhci.c | 1082 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 D | xhci.h | 1895 int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume);
|