Searched refs:d3cold_allowed (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv_pci.c141 dev->d3cold_allowed = false; pcie_portdrv_probe()
/linux-4.1.27/drivers/pci/
H A Dpci-sysfs.c405 pdev->d3cold_allowed = !!val; d3cold_allowed_store()
415 return sprintf(buf, "%u\n", pdev->d3cold_allowed); d3cold_allowed_show()
417 static DEVICE_ATTR_RW(d3cold_allowed);
H A Dpci-driver.c1133 if (!pci_dev->d3cold_allowed) pci_pm_runtime_suspend()
H A Dpci.c2100 dev->d3cold_allowed = true; pci_pm_init()
/linux-4.1.27/include/linux/
H A Dpci.h305 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member in struct:pci_dev

Completed in 217 milliseconds