Name

__pci_complete_power_transition — Complete power transition of a PCI device

Synopsis

int __pci_complete_power_transition (struct pci_dev * dev,
 pci_power_t state);
 

Arguments

struct pci_dev * dev

PCI device to handle.

pci_power_t state

State to put the device into.

Description

This function should not be called directly by device drivers.