Searched refs:runtime_d3cold (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dpci-acpi.c506 if (dev->pme_interrupt && !dev->runtime_d3cold) acpi_pci_run_wake()
H A Dpci-driver.c1177 pci_dev->runtime_d3cold = false; pci_pm_runtime_resume()
H A Dpci.c743 if (dev->runtime_d3cold) { __pci_start_power_transition()
1964 dev->runtime_d3cold = target_state == PCI_D3cold; pci_finish_runtime_suspend()
1972 dev->runtime_d3cold = false; pci_finish_runtime_suspend()
/linux-4.1.27/include/linux/
H A Dpci.h309 unsigned int runtime_d3cold:1; /* whether go through runtime member in struct:pci_dev

Completed in 145 milliseconds