Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Drpm.h28 __field( int , runtime_auto )
40 __entry->runtime_auto = dev->power.runtime_auto;
52 __entry->runtime_auto,
/linux-4.4.14/drivers/base/power/
Druntime.c1209 if (!dev->power.runtime_auto) in pm_runtime_forbid()
1212 dev->power.runtime_auto = false; in pm_runtime_forbid()
1230 if (dev->power.runtime_auto) in pm_runtime_allow()
1233 dev->power.runtime_auto = true; in pm_runtime_allow()
1377 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.4.14/include/linux/
Dpm.h592 unsigned int runtime_auto:1; member
/linux-4.4.14/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;
449 - set the power.runtime_auto flag for the device and decrease its usage
454 - unset the power.runtime_auto flag for the device and increase its usage
/linux-4.4.14/drivers/usb/core/
Dsysfs.c411 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()