Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
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()
Dehci-pci.c353 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()
Dxhci-pci.c629 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()
Dohci.h740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
Dohci-hcd.c1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument
1135 if (hibernated) in ohci_resume()
Dxhci.h2101 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
Dxhci.c1103 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/
Dcore.h33 int (*resume)(struct cdns3 *cdns, bool hibernated);
Dgadget.c3313 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() argument
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dcore_intr.c709 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()
Dplatform.c592 hsotg->hibernated = 0; in dwc2_driver_probe()
Dcore.h1064 unsigned int hibernated:1; member
Dhcd.c3417 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()
Dgadget.c5269 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/
Dhcd.h284 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
/kernel/linux/linux-5.10/Documentation/power/
Dpci.rst643 the code and data of the "hibernated" kernel stored within the image, called the
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch2939 @@ -3318,6 +3318,8 @@ static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated)
2943 + if (hibernated)