Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-sysfs.c587 pdev->d3cold_allowed = !!val; in d3cold_allowed_store()
599 return sysfs_emit(buf, "%u\n", pdev->d3cold_allowed); in d3cold_allowed_show()
601 static DEVICE_ATTR_RW(d3cold_allowed);
H A Dpci-acpi.c934 if (pdev->no_d3cold || !pdev->d3cold_allowed) in acpi_pci_choose_state()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci288 What: /sys/bus/pci/devices/.../d3cold_allowed
292 d3cold_allowed is bit to control whether the corresponding PCI
297 value of d3cold_allowed bit. Writing this attribute will set
298 the value of d3cold_allowed bit.
/linux/include/linux/
H A Dpci.h398 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member