Searched refs:pm_runtime_get_if_active (Results 1 – 9 of 9) sorted by relevance
41 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);73 return pm_runtime_get_if_active(dev, false); in pm_runtime_get_if_in_use()245 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()
436 if (pm_runtime_get_if_active(rpm->kdev, ignore_usecount) <= 0) in __intel_runtime_pm_get_if_active()
1139 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() function1160 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
673 pm_status = pm_runtime_get_if_active(&client->dev, true); in ccs_set_ctrl()
393 `int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);`
10986 0x00000000 pm_runtime_get_if_active vmlinux EXPORT_SYMBOL_GPL
31386 ffff8000108117e4 T pm_runtime_get_if_active
Completed in 302 milliseconds