Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Drpm.h29 __field( int , runtime_auto )
41 __entry->runtime_auto = dev->power.runtime_auto;
53 __entry->runtime_auto,
/Linux-v5.4/drivers/base/power/
Dsysfs.c104 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()
526 if (dev->power.disable_depth && (dev->power.runtime_auto == false)) in runtime_enabled_show()
530 if (dev->power.runtime_auto == false) in runtime_enabled_show()
Druntime.c1410 if (!dev->power.runtime_auto) in pm_runtime_forbid()
1413 dev->power.runtime_auto = false; in pm_runtime_forbid()
1431 if (dev->power.runtime_auto) in pm_runtime_allow()
1434 dev->power.runtime_auto = true; in pm_runtime_allow()
1578 dev->power.runtime_auto = true; in pm_runtime_init()
/Linux-v5.4/include/linux/
Dpm.h611 unsigned int runtime_auto:1; member
/Linux-v5.4/Documentation/driver-api/pm/
Ddevices.rst207 runtime power management. This flag, :c:member:`runtime_auto`, is initialized
219 of the :c:member:`runtime_auto` flag by reading that file.
221 The device's :c:member:`runtime_auto` flag has no effect on the handling of
224 system-wide transition to a sleep state even though its :c:member:`runtime_auto`
/Linux-v5.4/Documentation/power/
Druntime_pm.rst268 `unsigned int runtime_auto;`
460 - set the power.runtime_auto flag for the device and decrease its usage
465 - unset the power.runtime_auto flag for the device and increase its usage
/Linux-v5.4/drivers/usb/core/
Dsysfs.c463 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()