Name

pci_pme_active — enable or disable PCI device's PME# function

Synopsis

void pci_pme_active (struct pci_dev * dev,
 bool enable);
 

Arguments

struct pci_dev * dev

PCI device to handle.

bool enable

'true' to enable PME# generation; 'false' to disable it.

Description

The caller must verify that the device is capable of generating PME# before calling this function with enable equal to 'true'.