1PCI_TARGET_STATE(9) Hardware Interfaces PCI_TARGET_STATE(9)
2
3
4
6 pci_target_state - find an appropriate low power state for a given PCI
7 dev
8
10 pci_power_t pci_target_state(struct pci_dev * dev);
11
13 dev
14 PCI device
15
17 Use underlying platform code to find a supported low power state for
18 dev. If the platform canĀ“t manage dev, return the deepest state from
19 which it can generate wake events, based on any available PME info.
20
22Kernel Hackers Manual 2.6. June 2019 PCI_TARGET_STATE(9)