1PCI_PME_ACTIVE(9) Hardware Interfaces PCI_PME_ACTIVE(9)
23
4
NAME
6pci_pme_active - enable or disable PCI device's PME# function
7
SYNOPSIS
9void pci_pme_active(struct pci_dev * dev, bool enable);
10
ARGUMENTS
12dev
13PCI device to handle.
1415
enable
16'true' to enable PME# generation; 'false' to disable it.
17
DESCRIPTION
19The caller must verify that the device is capable of generating PME#
20before calling this function with enable equal to 'true'.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 PCI_PME_ACTIVE(9)