Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_qos.h39 #define PM_QOS_FLAG_NO_POWER_OFF (1 << 0) macro
/linux/Documentation/power/
H A Dpm_qos_interface.rst98 values. One device PM QoS flag is defined currently: PM_QOS_FLAG_NO_POWER_OFF.
159 change the value of the PM_QOS_FLAG_NO_POWER_OFF flag.
/linux/drivers/acpi/
H A Ddevice_pm.c800 stat = dev_pm_qos_flags(dev, PM_QOS_FLAG_NO_POWER_OFF); in acpi_pm_device_sleep_state()
/linux/drivers/pci/
H A Dpci-acpi.c1107 if (dev_pm_qos_flags(&dev->dev, PM_QOS_FLAG_NO_POWER_OFF) == in acpi_pci_set_power_state()