Home
last modified time | relevance | path

Searched refs:use_autosuspend (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/base/power/
Druntime.c168 if (!dev->power.use_autosuspend) in pm_runtime_autosuspend_expiration()
1498 if (dev->power.use_autosuspend && delay < 0) { in update_autosuspend()
1534 old_use = dev->power.use_autosuspend; in pm_runtime_set_autosuspend_delay()
1555 old_use = dev->power.use_autosuspend; in __pm_runtime_use_autosuspend()
1556 dev->power.use_autosuspend = use; in __pm_runtime_use_autosuspend()
Dsysfs.c182 if (!dev->power.use_autosuspend) in autosuspend_delay_ms_show()
192 if (!dev->power.use_autosuspend) in autosuspend_delay_ms_store()
/Linux-v5.4/include/linux/
Dpm.h615 unsigned int use_autosuspend:1; member
/Linux-v5.4/Documentation/power/
Druntime_pm.rst283 `unsigned int use_autosuspend;`
486 - set the power.use_autosuspend flag, enabling autosuspend delays; call
491 - clear the power.use_autosuspend flag, disabling autosuspend delays;
498 prevented; if power.use_autosuspend is set, pm_runtime_get_sync may be
501 changed to or from a negative value; if power.use_autosuspend is clear,
509 power.use_autosuspend isn't set, otherwise returns the expiration time