Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Drpm.h29 __field( int , runtime_auto )
41 __entry->runtime_auto = dev->power.runtime_auto;
53 __entry->runtime_auto,
/linux-6.3-rc2/drivers/base/power/
A Dsysfs.c105 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()
574 if (dev->power.disable_depth && !dev->power.runtime_auto) in runtime_enabled_show()
578 else if (!dev->power.runtime_auto) in runtime_enabled_show()
A Druntime.c1548 if (!dev->power.runtime_auto) in pm_runtime_forbid()
1551 dev->power.runtime_auto = false; in pm_runtime_forbid()
1571 if (dev->power.runtime_auto) in pm_runtime_allow()
1574 dev->power.runtime_auto = true; in pm_runtime_allow()
1725 dev->power.runtime_auto = true; in pm_runtime_init()
/linux-6.3-rc2/include/linux/
A Dpm.h678 unsigned int runtime_auto:1; member
/linux-6.3-rc2/Documentation/driver-api/pm/
A Ddevices.rst199 runtime power management. This flag, :c:member:`runtime_auto`, is initialized
211 of the :c:member:`runtime_auto` flag by reading that file.
213 The device's :c:member:`runtime_auto` flag has no effect on the handling of
216 system-wide transition to a sleep state even though its :c:member:`runtime_auto`
/linux-6.3-rc2/drivers/usb/core/
A Dsysfs.c444 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()
/linux-6.3-rc2/Documentation/power/
A Druntime_pm.rst272 `unsigned int runtime_auto;`
480 - set the power.runtime_auto flag for the device and decrease its usage
485 - unset the power.runtime_auto flag for the device and increase its usage
/linux-6.3-rc2/sound/pci/hda/
A Dhda_codec.c1045 if (codec->core.dev.power.runtime_auto) in snd_hda_codec_device_new()

Completed in 44 milliseconds