Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/core/
Dport.c349 if (dev_pm_qos_flags(&port_dev->dev, PM_QOS_FLAG_NO_POWER_OFF) in usb_port_runtime_suspend()
682 DEV_PM_QOS_FLAGS, PM_QOS_FLAG_NO_POWER_OFF); in usb_hub_create_port_device()
716 PM_QOS_FLAG_NO_POWER_OFF); in usb_hub_create_port_device()
/Linux-v6.1/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-v6.1/include/linux/
Dpm_qos.h39 #define PM_QOS_FLAG_NO_POWER_OFF (1 << 0) macro
/Linux-v6.1/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-v6.1/drivers/acpi/
Ddevice_pm.c768 stat = dev_pm_qos_flags(dev, PM_QOS_FLAG_NO_POWER_OFF); in acpi_pm_device_sleep_state()
/Linux-v6.1/drivers/pci/
Dpci-acpi.c1047 if (dev_pm_qos_flags(&dev->dev, PM_QOS_FLAG_NO_POWER_OFF) == in acpi_pci_set_power_state()