Searched refs:ign_usage_count (Results 1 – 1 of 1) sorted by relevance
1202 * @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_count1213 * If @ign_usage_count is %true, this function can be used to prevent suspending1216 * If @ign_usage_count is %false, this function can be used to prevent1223 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()