Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Druntime.c1202 * @ign_usage_count: Whether or not to look at the current usage counter value.
1206 * Otherwise, if its runtime PM status is %RPM_ACTIVE and (1) @ign_usage_count
1213 * If @ign_usage_count is %true, this function can be used to prevent suspending
1216 * If @ign_usage_count is %false, this function can be used to prevent
1223 static int pm_runtime_get_conditional(struct device *dev, bool ign_usage_count) in pm_runtime_get_conditional() argument
1233 } else if (ign_usage_count || (!dev->power.ignore_children && in pm_runtime_get_conditional()