Lines Matching refs:dev
38 int pm_device_runtime_auto_enable(const struct device *dev);
57 int pm_device_runtime_enable(const struct device *dev);
72 int pm_device_runtime_disable(const struct device *dev);
97 int pm_device_runtime_get(const struct device *dev);
119 int pm_device_runtime_put(const struct device *dev);
145 int pm_device_runtime_put_async(const struct device *dev, k_timeout_t delay);
159 bool pm_device_runtime_is_enabled(const struct device *dev);
170 int pm_device_runtime_usage(const struct device *dev);
174 static inline int pm_device_runtime_auto_enable(const struct device *dev)
176 ARG_UNUSED(dev);
180 static inline int pm_device_runtime_enable(const struct device *dev)
182 ARG_UNUSED(dev);
186 static inline int pm_device_runtime_disable(const struct device *dev)
188 ARG_UNUSED(dev);
192 static inline int pm_device_runtime_get(const struct device *dev)
194 ARG_UNUSED(dev);
198 static inline int pm_device_runtime_put(const struct device *dev)
200 ARG_UNUSED(dev);
204 static inline int pm_device_runtime_put_async(const struct device *dev,
207 ARG_UNUSED(dev);
212 static inline bool pm_device_runtime_is_enabled(const struct device *dev)
214 ARG_UNUSED(dev);
218 static inline int pm_device_runtime_usage(const struct device *dev)
220 ARG_UNUSED(dev);