Searched refs:runtime_auto (Results 1 – 7 of 7) sorted by relevance
107 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()391 if ((dev->power.disable_depth) && (dev->power.runtime_auto == false)) in rtpm_enabled_show()395 else if (dev->power.runtime_auto == false) in rtpm_enabled_show()
1053 if (!dev->power.runtime_auto) in pm_runtime_forbid()1056 dev->power.runtime_auto = false; in pm_runtime_forbid()1074 if (dev->power.runtime_auto) in pm_runtime_allow()1077 dev->power.runtime_auto = true; in pm_runtime_allow()1221 dev->power.runtime_auto = true; in pm_runtime_init()
450 unsigned int runtime_auto:1; member
179 runtime power management. This flag, called runtime_auto, is initialized by the189 of the runtime_auto flag by reading the file.191 The device's runtime_auto flag has no effect on the handling of system-wide194 to a sleep state even though its runtime_auto flag is clear.
239 unsigned int runtime_auto;404 - set the power.runtime_auto flag for the device and decrease its usage409 - unset the power.runtime_auto flag for the device and increase its usage
377 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in show_level()
5532 adapter->idle_check = !dev->power.runtime_auto; in e1000_runtime_resume()