Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dport.c422 if (dev_pm_qos_flags(&port_dev->dev, PM_QOS_FLAG_NO_POWER_OFF) in usb_port_runtime_suspend()
765 DEV_PM_QOS_FLAGS, PM_QOS_FLAG_NO_POWER_OFF); in usb_hub_create_port_device()
797 PM_QOS_FLAG_NO_POWER_OFF); in usb_hub_create_port_device()
/openbmc/linux/drivers/base/power/
H A 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()
/openbmc/linux/include/linux/
H A Dpm_qos.h39 #define PM_QOS_FLAG_NO_POWER_OFF (1 << 0) macro
/openbmc/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.
/openbmc/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()
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c1084 if (dev_pm_qos_flags(&dev->dev, PM_QOS_FLAG_NO_POWER_OFF) == in acpi_pci_set_power_state()