Searched refs:hibernated (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H 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()
|
| H A 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()
|
| H A D | xhci-pci.c | 584 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 619 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
| H A D | ohci-hcd.c | 1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument 1135 if (hibernated) in ohci_resume()
|
| H A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
| H A D | xhci.h | 2127 int xhci_resume(struct xhci_hcd *xhci, bool hibernated);
|
| H A D | xhci.c | 1101 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument 1127 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | core.h | 41 int (*resume)(struct cdns3 *cdns, bool hibernated);
|
| H A D | gadget.c | 2701 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | core.h | 33 int (*resume)(struct cdns3 *cdns, bool hibernated);
|
| H A D | gadget.c | 3313 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A 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()
|
| H A D | platform.c | 659 hsotg->hibernated = 0; in dwc2_driver_probe()
|
| H A D | core.h | 1066 unsigned int hibernated:1; member
|
| H A D | hcd.c | 3439 if (hsotg->hibernated) in dwc2_hcd_hub_control() 3673 hsotg->hibernated) in dwc2_hcd_hub_control() 5496 hsotg->hibernated = 1; in dwc2_host_enter_hibernation() 5532 hsotg->hibernated = 0; in dwc2_host_exit_hibernation() 5626 hsotg->hibernated = 0; in dwc2_host_exit_hibernation()
|
| H A D | gadget.c | 5317 hsotg->hibernated = 1; in dwc2_gadget_enter_hibernation() 5376 if (!hsotg->hibernated) { in dwc2_gadget_exit_hibernation() 5452 hsotg->hibernated = 0; in dwc2_gadget_exit_hibernation()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 289 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
|