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

/linux-master/drivers/pci/
H A Dpci-sysfs.c531 pdev->d3cold_allowed = !!val;
543 return sysfs_emit(buf, "%u\n", pdev->d3cold_allowed);
545 static DEVICE_ATTR_RW(d3cold_allowed);
H A Dpci-acpi.c914 if (pdev->no_d3cold || !pdev->d3cold_allowed)
H A Dpci.c3034 dev->no_d3cold || !dev->d3cold_allowed ||
3171 dev->d3cold_allowed = true;
/linux-master/include/linux/
H A Dpci.h379 unsigned int d3cold_allowed:1; /* D3cold is allowed by user */ member in struct:pci_dev

Completed in 304 milliseconds