Searched refs:use_autosuspend (Results 1 – 3 of 3) sorted by relevance
171 * (negative) or the power.use_autosuspend flag isn't set, return 0.182 if (!dev->power.use_autosuspend) in pm_runtime_autosuspend_expiration() 1751 * @old_use: The former use_autosuspend value.1753 * Prevent runtime suspend if the new delay is negative and use_autosuspend is1763 if (dev->power.use_autosuspend && delay < 0) { in update_autosuspend() 1792 * and the power.use_autosuspend flag is set, prevent runtime suspends. If it1801 old_use = dev->power.use_autosuspend; in pm_runtime_set_autosuspend_delay() 1809 * __pm_runtime_use_autosuspend - Set a device's use_autosuspend flag.1811 * @use: New value for use_autosuspend.1813 * Set the device's power.use_autosuspend fla[all...]
185 if (!dev->power.use_autosuspend) in autosuspend_delay_ms_show() 196 if (!dev->power.use_autosuspend) in autosuspend_delay_ms_store()
708 bool use_autosuspend:1; member