Searched refs:d3cold_allowed (Results 1 – 4 of 4) sorted by relevance
532 pdev->d3cold_allowed = !!val; in d3cold_allowed_store()533 if (pdev->d3cold_allowed) in d3cold_allowed_store()547 return sysfs_emit(buf, "%u\n", pdev->d3cold_allowed); in d3cold_allowed_show()549 static DEVICE_ATTR_RW(d3cold_allowed);
3028 dev->no_d3cold || !dev->d3cold_allowed || in pci_dev_check_d3cold()3165 dev->d3cold_allowed = true; in pci_pm_init()
277 What: /sys/bus/pci/devices/.../d3cold_allowed281 d3cold_allowed is bit to control whether the corresponding PCI286 value of d3cold_allowed bit. Writing this attribute will set287 the value of d3cold_allowed bit.
378 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member