Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Duhci-pci.c170 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated);
211 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume() argument
225 if (hibernated) { in uhci_pci_resume()
A Dehci-pci.c344 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument
349 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
A Dxhci-pci.c591 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument
626 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
A Dohci-hcd.c1125 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument
1134 if (hibernated) in ohci_resume()
A Dohci.h740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
A Dxhci.c1086 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument
1111 hibernated = true; in xhci_resume()
1113 if (!hibernated) { in xhci_resume()
1150 if ((temp & STS_SRE) || hibernated) { in xhci_resume()
A Dxhci.h2106 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
/linux/drivers/usb/cdns3/
A Dcore.h33 int (*resume)(struct cdns *cdns, bool hibernated);
A Dcdns3-gadget.c3312 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument
3320 if (hibernated) in cdns3_gadget_resume()
A Dcdnsp-gadget.c1984 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
/linux/drivers/usb/dwc2/
A Dcore_intr.c728 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det()
779 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr()
856 if (hsotg->hibernated) { in dwc2_handle_common_intr()
A Dplatform.c325 if (hsotg->hibernated) { in dwc2_driver_remove()
625 hsotg->hibernated = 0; in dwc2_driver_probe()
A Dcore.h1071 unsigned int hibernated:1; member
A Dhcd.c3684 if (hsotg->hibernated) { in dwc2_hcd_hub_control()
4661 if (hsotg->hibernated) { in _dwc2_hcd_urb_enqueue()
5580 hsotg->hibernated = 1; in dwc2_host_enter_hibernation()
5616 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
5710 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
A Dgadget.c5323 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation()
5382 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation()
5462 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
/linux/include/linux/usb/
A Dhcd.h281 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
/linux/Documentation/power/
A Dpci.rst643 the code and data of the "hibernated" kernel stored within the image, called the

Completed in 72 milliseconds