Home
last modified time | relevance | path

Searched refs:d3cold_allowed (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-pci218 What: /sys/bus/pci/devices/.../d3cold_allowed
222 d3cold_allowed is bit to control whether the corresponding PCI
227 value of d3cold_allowed bit. Writing this attribute will set
228 the value of d3cold_allowed bit.
/Linux-v4.19/drivers/pci/
Dpci-sysfs.c518 pdev->d3cold_allowed = !!val; in d3cold_allowed_store()
519 if (pdev->d3cold_allowed) in d3cold_allowed_store()
533 return sprintf(buf, "%u\n", pdev->d3cold_allowed); in d3cold_allowed_show()
535 static DEVICE_ATTR_RW(d3cold_allowed);
Dpci.c2550 dev->no_d3cold || !dev->d3cold_allowed || in pci_dev_check_d3cold()
2686 dev->d3cold_allowed = true; in pci_pm_init()
/Linux-v4.19/include/linux/
Dpci.h337 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member