Home
last modified time | relevance | path

Searched defs:power_lost (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-plat.c485 static int xhci_plat_resume_common(struct device *dev, bool power_lost) in xhci_plat_resume_common()
H A Dxhci-pci.c837 bool power_lost = msg.event == PM_EVENT_RESTORE; in xhci_pci_resume() local
H A Dxhci.c1071 int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume) in xhci_resume()
/linux/drivers/usb/chipidea/
H A Dudc.c2383 static void udc_resume(struct ci_hdrc *ci, bool power_lost) in udc_resume()