1. NAME

__pci_complete_power_transition - Complete power transition of a PCI device

2. SYNOPSIS

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

3. ARGUMENTS

dev
    PCI device to handle.

state
    State to put the device into.

4. DESCRIPTION

This function should not be called directly by device drivers.

5. COPYRIGHT