pci_suspend      3861 drivers/firewire/ohci.c 	.suspend	= pci_suspend,
pci_suspend       427 drivers/usb/core/hcd-pci.c 	if (hcd->driver->pci_suspend && !HCD_DEAD(hcd)) {
pci_suspend       436 drivers/usb/core/hcd-pci.c 		retval = hcd->driver->pci_suspend(hcd, do_wakeup);
pci_suspend       437 drivers/usb/core/hcd-pci.c 		suspend_report_result(hcd->driver->pci_suspend, retval);
pci_suspend       411 drivers/usb/host/ehci-pci.c 	ehci_pci_hc_driver.pci_suspend = ehci_suspend;
pci_suspend       316 drivers/usb/host/ohci-pci.c 	ohci_pci_hc_driver.pci_suspend = ohci_suspend;
pci_suspend        72 drivers/usb/host/uhci-grlib.c 	.pci_suspend =		NULL,
pci_suspend       270 drivers/usb/host/uhci-pci.c 	.pci_suspend =		uhci_pci_suspend,
pci_suspend        50 drivers/usb/host/uhci-platform.c 	.pci_suspend =		NULL,
pci_suspend       572 drivers/usb/host/xhci-pci.c 	xhci_pci_hc_driver.pci_suspend = xhci_pci_suspend;
pci_suspend       278 include/linux/usb/hcd.h 	int	(*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);