Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Drpm.h29 __field( int , runtime_auto )
41 __entry->runtime_auto = dev->power.runtime_auto;
53 __entry->runtime_auto,
/linux/drivers/base/power/
H A Dsysfs.c104 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()
H A Druntime.c1669 if (!dev->power.runtime_auto) in pm_runtime_forbid()
1672 dev->power.runtime_auto = false; in pm_runtime_forbid()
1692 if (dev->power.runtime_auto) in pm_runtime_allow()
1695 dev->power.runtime_auto = true; in pm_runtime_allow()
1846 dev->power.runtime_auto = true; in pm_runtime_init()
/linux/include/linux/
H A Dpm.h704 bool runtime_auto:1; member
/linux/Documentation/power/
H A Druntime_pm.rst270 `unsigned int runtime_auto;`
484 - set the power.runtime_auto flag for the device and decrease its usage
489 - unset the power.runtime_auto flag for the device and increase its usage
/linux/drivers/usb/core/
H A Dsysfs.c443 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()
/linux/sound/hda/common/
H A Dcodec.c1023 if (codec->core.dev.power.runtime_auto) in snd_hda_codec_device_new()