/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | uhci-pci.c | 172 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated); 213 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume() argument 227 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 | 649 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument 684 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
|
H A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
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()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | uhci-pci.c | 215 bool hibernated = (msg.event == PM_EVENT_RESTORE); in uhci_pci_resume() local 228 if (hibernated) { in uhci_pci_resume()
|
H A D | ehci-pci.c | 361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume() local 363 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
H A D | ohci-platform.c | 287 static int ohci_platform_resume_common(struct device *dev, bool hibernated) in ohci_platform_resume_common() argument 299 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
|
H A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
H 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()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | core.h | 33 int (*resume)(struct cdns3 *cdns, bool hibernated);
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | core.h | 33 int (*resume)(struct cdns *cdns, bool hibernated);
|
H A D | cdns3-gadget.c | 3470 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument 3478 if (hibernated) in cdns3_gadget_resume()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core_intr.c | 709 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det() 736 * Device mode while core is in hibernated state. 763 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 827 /* In case of hibernated state gintsts must not work */ in dwc2_handle_common_intr() 828 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
H A D | platform.c | 580 hsotg->hibernated = 0; in dwc2_driver_probe()
|
H A D | core.h | 869 * @hibernated: True if core is hibernated 1064 unsigned int hibernated:1; member
|
H A 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()
|
H A D | gadget.c | 4674 * If controller is hibernated, it must exit from power_down in dwc2_hsotg_vbus_session() 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-6.6/drivers/usb/dwc2/ |
H A D | core_intr.c | 698 hsotg->hibernated = 0; in dwc_handle_gpwrdn_disc_det() 721 * Device mode while core is in hibernated state. 749 hsotg->hibernated) { in dwc2_handle_gpwrdn_intr() 825 /* In case of hibernated state gintsts must not work */ in dwc2_handle_common_intr() 826 if (hsotg->hibernated) { in dwc2_handle_common_intr()
|
H A D | platform.c | 313 if (hsotg->hibernated) { in dwc2_driver_remove() 603 hsotg->hibernated = 0; in dwc2_driver_probe()
|
H A D | core.h | 852 * @hibernated: True if core is hibernated 1050 unsigned int hibernated:1; member
|
H 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()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.h | 699 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated);
|
H A D | cdns2-gadget.c | 2400 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume() argument 2413 if (hibernated) in cdns2_gadget_resume()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 284 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated);
|