1PCI_PREPARE_TO_SLEEP(9) Hardware Interfaces PCI_PREPARE_TO_SLEEP(9)
2
3
4
6 pci_prepare_to_sleep - prepare PCI device for system-wide transition
7 into a sleep state
8
10 int pci_prepare_to_sleep(struct pci_dev * dev);
11
13 dev
14 Device to handle.
15
17 Choose the power state appropriate for the device depending on whether
18 it can wake up the system and/or is power manageable by the platform
19 (PCI_D3hot is the default) and put the device into that state.
20
22Kernel Hackers Manual 2.6. June 2019 PCI_PREPARE_TO_SLEEP(9)