Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c357 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument
362 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
A Dohci-platform.c290 static int ohci_platform_resume_common(struct device *dev, bool hibernated) in ohci_platform_resume_common() argument
302 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
A Dxhci-pci.c631 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument
666 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
A Dohci-hcd.c1124 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument
1133 if (hibernated) in ohci_resume()
A Dohci.h740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
A Dxhci.h2142 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
A Dxhci.c1156 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument
1182 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcore.h33 int (*resume)(struct cdns *cdns, bool hibernated);
A Dcdns3-gadget.c3375 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument
3383 if (hibernated) in cdns3_gadget_resume()
A Dcdnsp-gadget.c1977 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
/linux-6.3-rc2/drivers/usb/dwc2/
A Dcore_intr.c698 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det()
749 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr()
826 if (hsotg->hibernated) { in dwc2_handle_common_intr()
A Dplatform.c279 if (hsotg->hibernated) { in dwc2_driver_remove()
574 hsotg->hibernated = 0; in dwc2_driver_probe()
A Dcore.h1049 unsigned int hibernated:1; member
A Dhcd.c3655 if (hsotg->hibernated) { in dwc2_hcd_hub_control()
4633 if (hsotg->hibernated) { in _dwc2_hcd_urb_enqueue()
5554 hsotg->hibernated = 1; in dwc2_host_enter_hibernation()
5590 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
5684 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
A Dgadget.c5336 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation()
5395 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation()
5475 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
/linux-6.3-rc2/include/linux/usb/
A Dhcd.h270 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
/linux-6.3-rc2/Documentation/power/
A Dpci.rst643 the code and data of the "hibernated" kernel stored within the image, called the

Completed in 75 milliseconds