Searched refs:hibernated (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/usb/host/ |
A D | uhci-pci.c | 170 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 D | ehci-pci.c | 357 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 D | ohci-platform.c | 290 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 D | xhci-pci.c | 631 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 D | ohci-hcd.c | 1124 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1133 if (hibernated) in ohci_resume()
|
A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
A D | xhci.h | 2142 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
A D | xhci.c | 1156 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 D | core.h | 33 int (*resume)(struct cdns *cdns, bool hibernated);
|
A D | cdns3-gadget.c | 3375 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument 3383 if (hibernated) in cdns3_gadget_resume()
|
A D | cdnsp-gadget.c | 1977 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | core_intr.c | 698 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 D | platform.c | 279 if (hsotg->hibernated) { in dwc2_driver_remove() 574 hsotg->hibernated = 0; in dwc2_driver_probe()
|
A D | core.h | 1049 unsigned int hibernated:1; member
|
A D | hcd.c | 3655 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 D | gadget.c | 5336 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 D | hcd.h | 270 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
/linux-6.3-rc2/Documentation/power/ |
A D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|
Completed in 73 milliseconds