table of contents
other versions
| PCI_D3COLD_DISABLE(9) | Hardware Interfaces | PCI_D3COLD_DISABLE(9) |
NAME¶
pci_d3cold_disable - Disable D3cold for deviceSYNOPSIS¶
void pci_d3cold_disable(struct pci_dev * dev);
ARGUMENTS¶
struct pci_dev * devPCI device to handle
DESCRIPTION¶
This function can be used in drivers to disable D3cold from the device they handle. It also updates upstream PCI bridge PM capabilities accordingly.COPYRIGHT¶
| July 2017 | Kernel Hackers Manual 4.11 |