usb_hcd_pci_suspend
Name
usb_hcd_pci_suspend -- power management suspend of a PCI-based HCD
Synopsis
int usb_hcd_pci_suspend
(struct pci_dev * dev, u32 state);
Arguments
dev
USB Host Controller being suspended
state
state that the controller is going into
Description
Store this function in the HCD's struct pci_driver as suspend
.