Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dhcd-pci.c457 if (hcd->driver->pci_resume) in suspend_common()
458 hcd->driver->pci_resume(hcd, msg); in suspend_common()
502 if (hcd->driver->pci_resume && !HCD_DEAD(hcd)) { in resume_common()
513 retval = hcd->driver->pci_resume(hcd, msg); in resume_common()
/linux/drivers/usb/host/
H A Duhci-platform.c52 .pci_resume = NULL,
H A Duhci-pci.c274 .pci_resume = uhci_pci_resume,
H A Dohci-pci.c343 ohci_pci_hc_driver.pci_resume = ohci_pci_resume; in ohci_pci_init()
/linux/drivers/firewire/
H A Dohci.c3776 static int __maybe_unused pci_resume(struct device *dev) in pci_resume() function
3807 static SIMPLE_DEV_PM_OPS(pci_pm_ops, pci_suspend, pci_resume);