table of contents
other versions
- stretch 4.9.168-1
PCI_PME_ACTIVE(9) | Hardware Interfaces | PCI_PME_ACTIVE(9) |
NAME¶
pci_pme_active - enable or disable PCI device's PME# functionSYNOPSIS¶
void pci_pme_active(struct pci_dev * dev, bool enable);
ARGUMENTS¶
devPCI device to handle.
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'.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |