Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Drpm.h28 __field( int , runtime_auto )
40 __entry->runtime_auto = dev->power.runtime_auto;
52 __entry->runtime_auto,
/linux-4.1.27/drivers/base/power/
Druntime.c1203 if (!dev->power.runtime_auto) in pm_runtime_forbid()
1206 dev->power.runtime_auto = false; in pm_runtime_forbid()
1224 if (dev->power.runtime_auto) in pm_runtime_allow()
1227 dev->power.runtime_auto = true; in pm_runtime_allow()
1371 dev->power.runtime_auto = true; in pm_runtime_init()
Dsysfs.c105 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()
548 if ((dev->power.disable_depth) && (dev->power.runtime_auto == false)) in rtpm_enabled_show()
552 else if (dev->power.runtime_auto == false) in rtpm_enabled_show()
/linux-4.1.27/include/linux/
Dpm.h578 unsigned int runtime_auto:1; member
/linux-4.1.27/Documentation/power/
Ddevices.txt207 runtime power management. This flag, called runtime_auto, is initialized by the
217 of the runtime_auto flag by reading the file.
219 The device's runtime_auto flag has no effect on the handling of system-wide
222 to a sleep state even though its runtime_auto flag is clear.
Druntime_pm.txt264 unsigned int runtime_auto;
453 - set the power.runtime_auto flag for the device and decrease its usage
458 - unset the power.runtime_auto flag for the device and increase its usage
/linux-4.1.27/drivers/usb/core/
Dsysfs.c411 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()