Home
last modified time | relevance | path

Searched refs:pci_resume (Results 1 – 8 of 8) 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()
H A Dxhci-pci.c971 xhci_pci_hc_driver.pci_resume = pm_ptr(xhci_pci_resume); in xhci_pci_init()
/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c571 pci_resume(struct pci_dev *pdev) in pci_resume() function
588 .resume = pci_resume,
/linux/include/linux/usb/
H A Dhcd.h268 int (*pci_resume)(struct usb_hcd *hcd, pm_message_t state); member
/linux/drivers/firewire/
H A Dohci.c3774 static int __maybe_unused pci_resume(struct device *dev) in pci_resume() function
3805 static SIMPLE_DEV_PM_OPS(pci_pm_ops, pci_suspend, pci_resume);