Searched refs:pci_suspend (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Duhci-platform.c47 .pci_suspend = NULL,
H A Duhci-grlib.c71 .pci_suspend = NULL,
H A Dohci-pci.c299 ohci_pci_hc_driver.pci_suspend = ohci_suspend; ohci_pci_init()
H A Duhci-pci.c265 .pci_suspend = uhci_pci_suspend,
H A Dehci-pci.c419 ehci_pci_hc_driver.pci_suspend = ehci_suspend; ehci_pci_init()
H A Dxhci-pci.c467 xhci_pci_hc_driver.pci_suspend = xhci_pci_suspend; xhci_pci_init()
/linux-4.1.27/drivers/usb/core/
H A Dhcd-pci.c456 if (hcd->driver->pci_suspend && !HCD_DEAD(hcd)) { suspend_common()
465 retval = hcd->driver->pci_suspend(hcd, do_wakeup); suspend_common()
466 suspend_report_result(hcd->driver->pci_suspend, retval); suspend_common()
468 /* Check again in case wakeup raced with pci_suspend */ suspend_common()
481 * in pci_suspend(). If MSI or legacy PCI is enabled, that will be suspend_common()
/linux-4.1.27/include/linux/usb/
H A Dhcd.h254 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup); member in struct:hc_driver
/linux-4.1.27/drivers/firewire/
H A Dohci.c3806 static int pci_suspend(struct pci_dev *dev, pm_message_t state) pci_suspend() function
3870 .suspend = pci_suspend,

Completed in 241 milliseconds