Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dport.c388 if (dev_pm_qos_flags(&port_dev->dev, PM_QOS_FLAG_NO_POWER_OFF) in usb_port_runtime_suspend()
728 DEV_PM_QOS_FLAGS, PM_QOS_FLAG_NO_POWER_OFF); in usb_hub_create_port_device()
760 PM_QOS_FLAG_NO_POWER_OFF); in usb_hub_create_port_device()
/linux-6.6.21/drivers/base/power/
Dsysfs.c299 & PM_QOS_FLAG_NO_POWER_OFF)); in pm_qos_no_power_off_show()
314 ret = dev_pm_qos_update_flags(dev, PM_QOS_FLAG_NO_POWER_OFF, ret); in pm_qos_no_power_off_store()
/linux-6.6.21/include/linux/
Dpm_qos.h39 #define PM_QOS_FLAG_NO_POWER_OFF (1 << 0) macro
/linux-6.6.21/Documentation/power/
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-6.6.21/drivers/acpi/
Ddevice_pm.c800 stat = dev_pm_qos_flags(dev, PM_QOS_FLAG_NO_POWER_OFF); in acpi_pm_device_sleep_state()
/linux-6.6.21/drivers/pci/
Dpci-acpi.c1084 if (dev_pm_qos_flags(&dev->dev, PM_QOS_FLAG_NO_POWER_OFF) == in acpi_pci_set_power_state()