Searched refs:hibernated (Results 1 – 17 of 17) sorted by relevance
| /linux/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 | 344 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 D | xhci-pci.c | 591 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 D | ohci-hcd.c | 1125 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1134 if (hibernated) in ohci_resume()
|
| A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
| A D | xhci.c | 1086 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 D | xhci.h | 2106 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
| /linux/drivers/usb/cdns3/ |
| A D | core.h | 33 int (*resume)(struct cdns *cdns, bool hibernated);
|
| A D | cdns3-gadget.c | 3312 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument 3320 if (hibernated) in cdns3_gadget_resume()
|
| A D | cdnsp-gadget.c | 1984 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
|
| /linux/drivers/usb/dwc2/ |
| A D | core_intr.c | 728 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 D | platform.c | 325 if (hsotg->hibernated) { in dwc2_driver_remove() 625 hsotg->hibernated = 0; in dwc2_driver_probe()
|
| A D | core.h | 1071 unsigned int hibernated:1; member
|
| A D | hcd.c | 3684 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 D | gadget.c | 5323 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 D | hcd.h | 281 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
| /linux/Documentation/power/ |
| A D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|
Completed in 72 milliseconds