Searched refs:pm_runtime_get_if_active (Results 1 – 1 of 1) sorted by relevance
41 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);74 return pm_runtime_get_if_active(dev, false); in pm_runtime_get_if_in_use()246 static inline int pm_runtime_get_if_active(struct device *dev, in pm_runtime_get_if_active() function