Searched defs:hibernated (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | uhci-pci.c | 213 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume() argument
|
H A D | ehci-pci.c | 353 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument
|
H A D | ohci-hcd.c | 1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument
|
H A D | xhci-pci.c | 649 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume() argument
|
H A D | xhci.c | 1109 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume() argument
|
/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
|
H A D | ehci-pci.c | 361 bool hibernated = (msg.event == PM_EVENT_RESTORE); in ehci_pci_resume() local
|
H A D | ohci-platform.c | 287 static int ohci_platform_resume_common(struct device *dev, bool hibernated) in ohci_platform_resume_common() argument
|
H A D | ohci-hcd.c | 1124 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() argument
|
H A D | xhci.c | 965 bool hibernated = (msg.event == PM_EVENT_RESTORE); in xhci_resume() local
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 1980 static int cdnsp_gadget_resume(struct cdns *cdns, bool hibernated) in cdnsp_gadget_resume() argument
|
H A D | cdns3-gadget.c | 3470 static int cdns3_gadget_resume(struct cdns *cdns, bool hibernated) in cdns3_gadget_resume() argument
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.c | 3439 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() argument
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 2400 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume() argument
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core.h | 1064 unsigned int hibernated:1; member
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core.h | 1050 unsigned int hibernated:1; member
|
Completed in 37 milliseconds