Searched refs:use_autosuspend (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/base/power/
H A Druntime.c159 * (negative) or the power.use_autosuspend flag isn't set, return 0.
170 if (!dev->power.use_autosuspend)
1663 * @old_use: The former use_autosuspend value.
1665 * Prevent runtime suspend if the new delay is negative and use_autosuspend is
1675 if (dev->power.use_autosuspend && delay < 0) {
1704 * and the power.use_autosuspend flag is set, prevent runtime suspends. If it
1713 old_use = dev->power.use_autosuspend;
1721 * __pm_runtime_use_autosuspend - Set a device's use_autosuspend flag.
1723 * @use: New value for use_autosuspend.
1725 * Set the device's power.use_autosuspend fla
[all...]
H A Dsysfs.c186 if (!dev->power.use_autosuspend)
197 if (!dev->power.use_autosuspend)
/linux-master/include/linux/
H A Dpm.h707 bool use_autosuspend:1; member in struct:dev_pm_info

Completed in 158 milliseconds