Searched refs:use_autosuspend (Results 1 – 4 of 4) sorted by relevance
168 if (!dev->power.use_autosuspend) in pm_runtime_autosuspend_expiration()1570 if (dev->power.use_autosuspend && delay < 0) { in update_autosuspend()1608 old_use = dev->power.use_autosuspend; in pm_runtime_set_autosuspend_delay()1629 old_use = dev->power.use_autosuspend; in __pm_runtime_use_autosuspend()1630 dev->power.use_autosuspend = use; in __pm_runtime_use_autosuspend()
186 if (!dev->power.use_autosuspend) in autosuspend_delay_ms_show()197 if (!dev->power.use_autosuspend) in autosuspend_delay_ms_store()
609 unsigned int use_autosuspend:1; member
283 `unsigned int use_autosuspend;`500 - set the power.use_autosuspend flag, enabling autosuspend delays; call505 - clear the power.use_autosuspend flag, disabling autosuspend delays;512 prevented; if power.use_autosuspend is set, pm_runtime_get_sync may be515 changed to or from a negative value; if power.use_autosuspend is clear,523 power.use_autosuspend isn't set, otherwise returns the expiration time
Completed in 39 milliseconds