Searched refs:hibernated (Results  1 – 17 of 17) sorted by relevance
| /Linux-v6.6/drivers/usb/host/ | 
| D | uhci-pci.c | 215 	bool hibernated = (msg.event == PM_EVENT_RESTORE);  in uhci_pci_resume()  local228 	if (hibernated) {  in uhci_pci_resume()
 
 | 
| D | ehci-pci.c | 361 	bool			hibernated = (msg.event == PM_EVENT_RESTORE);  in ehci_pci_resume()  local363 	if (ehci_resume(hcd, hibernated) != 0)  in ehci_pci_resume()
 
 | 
| D | ohci-platform.c | 287 static int ohci_platform_resume_common(struct device *dev, bool hibernated)  in ohci_platform_resume_common()  argument299 	ohci_resume(hcd, hibernated);  in ohci_platform_resume_common()
 
 | 
| D | ohci-hcd.c | 1124 int ohci_resume(struct usb_hcd *hcd, bool hibernated)  in ohci_resume()  argument1133 	if (hibernated)  in ohci_resume()
 
 | 
| D | ohci.h | 740 extern int	ohci_resume(struct usb_hcd *hcd, bool hibernated);
 | 
| D | xhci.c | 965 	bool			hibernated = (msg.event == PM_EVENT_RESTORE);  in xhci_resume()  local990 	if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend)  in xhci_resume()
 
 | 
| /Linux-v6.6/drivers/usb/cdns3/ | 
| D | core.h | 33 	int (*resume)(struct cdns *cdns, bool hibernated);
 | 
| D | cdns3-gadget.c | 3394 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated)  in cdns3_gadget_resume()  argument3402 	if (hibernated)  in cdns3_gadget_resume()
 
 | 
| D | cdnsp-gadget.c | 1980 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated)  in cdnsp_gadget_resume()  argument
 | 
| /Linux-v6.6/drivers/usb/dwc2/ | 
| D | core_intr.c | 698 	hsotg->hibernated = 0;  in dwc_handle_gpwrdn_disc_det()749 		    hsotg->hibernated) {  in dwc2_handle_gpwrdn_intr()
 826 	if (hsotg->hibernated) {  in dwc2_handle_common_intr()
 
 | 
| D | platform.c | 313 	if (hsotg->hibernated) {  in dwc2_driver_remove()603 	hsotg->hibernated = 0;  in dwc2_driver_probe()
 
 | 
| D | core.h | 1050 	unsigned int hibernated:1;  member
 | 
| 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()
 
 | 
| D | gadget.c | 5333 	hsotg->hibernated = 1;  in dwc2_gadget_enter_hibernation()5392 	if (!hsotg->hibernated) {  in dwc2_gadget_exit_hibernation()
 5472 	hsotg->hibernated = 0;  in dwc2_gadget_exit_hibernation()
 
 | 
| /Linux-v6.6/drivers/usb/gadget/udc/cdns2/ | 
| D | cdns2-gadget.h | 699 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated);
 | 
| D | cdns2-gadget.c | 2400 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated)  in cdns2_gadget_resume()  argument2413 	if (hibernated)  in cdns2_gadget_resume()
 
 | 
| /Linux-v6.6/Documentation/power/ | 
| D | pci.rst | 643 the code and data of the "hibernated" kernel stored within the image, called the
 |