Searched refs:hibernated (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
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()
|
D | ehci-pci.c | 353 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument 358 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
D | xhci-pci.c | 629 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 664 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
D | ohci-hcd.c | 1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1135 if (hibernated) in ohci_resume()
|
D | xhci.h | 2101 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
D | xhci.c | 1103 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument 1129 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | core.h | 33 int (*resume)(struct cdns3 *cdns, bool hibernated);
|
D | gadget.c | 3313 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() argument
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | core_intr.c | 709 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det() 763 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 828 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
D | platform.c | 592 hsotg->hibernated = 0; in dwc2_driver_probe()
|
D | core.h | 1064 unsigned int hibernated:1; member
|
D | hcd.c | 3417 if (hsotg->hibernated) in dwc2_hcd_hub_control() 3651 hsotg->hibernated) in dwc2_hcd_hub_control() 5467 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5503 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5597 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
D | gadget.c | 5269 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5328 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5404 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 284 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 2939 @@ -3318,6 +3318,8 @@ static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) 2943 + if (hibernated)
|