Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-pci277 What: /sys/bus/pci/devices/.../d3cold_allowed
281 d3cold_allowed is bit to control whether the corresponding PCI
286 value of d3cold_allowed bit. Writing this attribute will set
287 the value of d3cold_allowed bit.
/linux-6.6.21/drivers/pci/
Dpci-sysfs.c531 pdev->d3cold_allowed = !!val; in d3cold_allowed_store()
543 return sysfs_emit(buf, "%u\n", pdev->d3cold_allowed); in d3cold_allowed_show()
545 static DEVICE_ATTR_RW(d3cold_allowed);
Dpci-acpi.c914 if (pdev->no_d3cold || !pdev->d3cold_allowed) in acpi_pci_choose_state()
Dpci.c3086 dev->no_d3cold || !dev->d3cold_allowed || in pci_dev_check_d3cold()
3223 dev->d3cold_allowed = true; in pci_pm_init()
/linux-6.6.21/include/linux/
Dpci.h379 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member