Searched refs:pm_runtime_get_if_active (Results 1 – 4 of 4) sorted by relevance
41 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);71 return pm_runtime_get_if_active(dev, false); in pm_runtime_get_if_in_use()243 static inline int pm_runtime_get_if_active(struct device *dev, in pm_runtime_get_if_active() function
1106 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() function1127 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
511 pm_status = pm_runtime_get_if_active(&client->dev, true); in smiapp_set_ctrl()
385 `int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);`