Home
last modified time | relevance | path

Searched refs:runtime_auto (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/base/power/
Dsysfs.c107 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()
Druntime.c1053 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()
/linux-2.6.39/include/linux/
Dpm.h450 unsigned int runtime_auto:1; member
/linux-2.6.39/Documentation/power/
Ddevices.txt179 runtime power management. This flag, called runtime_auto, is initialized by the
189 of the runtime_auto flag by reading the file.
191 The device's runtime_auto flag has no effect on the handling of system-wide
194 to a sleep state even though its runtime_auto flag is clear.
Druntime_pm.txt239 unsigned int runtime_auto;
404 - set the power.runtime_auto flag for the device and decrease its usage
409 - unset the power.runtime_auto flag for the device and increase its usage
/linux-2.6.39/drivers/usb/core/
Dsysfs.c377 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in show_level()
/linux-2.6.39/drivers/net/e1000e/
Dnetdev.c5532 adapter->idle_check = !dev->power.runtime_auto; in e1000_runtime_resume()