Searched refs:pm_runtime_get_if_active (Results 1 – 6 of 6) sorted by relevance
75 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);108 return pm_runtime_get_if_active(dev, false); in pm_runtime_get_if_in_use()280 static inline int pm_runtime_get_if_active(struct device *dev, in pm_runtime_get_if_active() function
95 smp2p->power_on = pm_runtime_get_if_active(dev, true) > 0; in ipa_smp2p_notify()
437 if (pm_runtime_get_if_active(rpm->kdev, ignore_usecount) <= 0) in __intel_runtime_pm_get_if_active()
1199 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() function1220 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
672 pm_status = pm_runtime_get_if_active(&client->dev, true); in ccs_set_ctrl()
399 `int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);`