Searched refs:d3cold_allowed (Results 1 – 6 of 6) sorted by relevance
218 What: /sys/bus/pci/devices/.../d3cold_allowed222 d3cold_allowed is bit to control whether the corresponding PCI227 value of d3cold_allowed bit. Writing this attribute will set228 the value of d3cold_allowed bit.
141 dev->d3cold_allowed = false; in pcie_portdrv_probe()
408 pdev->d3cold_allowed = !!val; in d3cold_allowed_store()418 return sprintf(buf, "%u\n", pdev->d3cold_allowed); in d3cold_allowed_show()420 static DEVICE_ATTR_RW(d3cold_allowed);
1164 if (!pci_dev->d3cold_allowed) in pci_pm_runtime_suspend()
2193 dev->d3cold_allowed = true; in pci_pm_init()
305 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member