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

/linux-master/drivers/base/power/
H A Druntime.c1180 * pm_runtime_get_conditional - Conditionally bump up device usage counter.
1201 static int pm_runtime_get_conditional(struct device *dev, bool ign_usage_count) function
1235 return pm_runtime_get_conditional(dev, true);
1251 return pm_runtime_get_conditional(dev, false);

Completed in 205 milliseconds