Home
last modified time | relevance | path

Searched refs:hibernated (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-pci.c215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume() local
228 if (hibernated) { in uhci_pci_resume()
H A Dehci-pci.c361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume() local
363 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
H A Dohci-platform.c295 static int ohci_platform_resume_common(struct device *dev, bool hibernated) in ohci_platform_resume_common() argument
315 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
H A Dohci.h740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
H A Dohci-hcd.c1133 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument
1142 if (hibernated) in ohci_resume()
/linux/drivers/usb/dwc2/
H A Dplatform.c313 if (hsotg->hibernated) { in dwc2_driver_remove()
608 hsotg->hibernated = 0; in dwc2_driver_probe()
H A Dhcd.c3657 if (hsotg->hibernated) { in dwc2_hcd_hub_control()
4638 if (hsotg->hibernated) { in _dwc2_hcd_urb_enqueue()
5612 hsotg->hibernated = 1; in dwc2_host_enter_hibernation()
5648 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
5745 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
H A Dgadget.c5422 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation()
5482 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation()
5557 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h708 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated);
H A Dcdns2-gadget.c2395 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume() argument
2408 if (hibernated) in cdns2_gadget_resume()