Home
last modified time | relevance | path

Searched refs:pm_runtime_get_if_active (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dpm_runtime.h41 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
/Linux-v5.10/drivers/base/power/
Druntime.c1106 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() function
1127 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
/Linux-v5.10/drivers/media/i2c/smiapp/
Dsmiapp-core.c511 pm_status = pm_runtime_get_if_active(&client->dev, true); in smiapp_set_ctrl()
/Linux-v5.10/Documentation/power/
Druntime_pm.rst385 `int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);`