Home
last modified time | relevance | path

Searched refs:pci_resume (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/usb/core/
Dhcd-pci.c452 if (hcd->driver->pci_resume) in suspend_common()
453 hcd->driver->pci_resume(hcd, msg); in suspend_common()
497 if (hcd->driver->pci_resume && !HCD_DEAD(hcd)) { in resume_common()
508 retval = hcd->driver->pci_resume(hcd, msg); in resume_common()
/Linux-v6.6/drivers/usb/host/
Duhci-grlib.c73 .pci_resume = NULL,
Duhci-platform.c51 .pci_resume = NULL,
Dohci-pci.c320 ohci_pci_hc_driver.pci_resume = ohci_pci_resume; in ohci_pci_init()
Duhci-pci.c274 .pci_resume = uhci_pci_resume,
Dehci-pci.c432 ehci_pci_hc_driver.pci_resume = ehci_pci_resume; in ehci_pci_init()
Dxhci-pci.c991 xhci_pci_hc_driver.pci_resume = pm_ptr(xhci_pci_resume); in xhci_pci_init()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dpcie.c576 pci_resume(struct pci_dev *pdev) in pci_resume() function
593 .resume = pci_resume,
/Linux-v6.6/include/linux/usb/
Dhcd.h268 int (*pci_resume)(struct usb_hcd *hcd, pm_message_t state); member
/Linux-v6.6/drivers/firewire/
Dohci.c3777 static int pci_resume(struct pci_dev *dev) in pci_resume() function
3821 .resume = pci_resume,