Lines Matching defs:dev
70 static inline int pm_runtime_get_if_in_use(struct device *dev) in pm_runtime_get_if_in_use()
84 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) in pm_suspend_ignore_children()
93 static inline void pm_runtime_get_noresume(struct device *dev) in pm_runtime_get_noresume()
104 static inline void pm_runtime_put_noidle(struct device *dev) in pm_runtime_put_noidle()
121 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended()
139 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active()
156 static inline bool pm_runtime_status_suspended(struct device *dev) in pm_runtime_status_suspended()
171 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled()
183 static inline bool pm_runtime_has_no_callbacks(struct device *dev) in pm_runtime_has_no_callbacks()
195 static inline void pm_runtime_mark_last_busy(struct device *dev) in pm_runtime_mark_last_busy()
208 static inline bool pm_runtime_is_irq_safe(struct device *dev) in pm_runtime_is_irq_safe()
219 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend()
220 static inline int pm_generic_runtime_resume(struct device *dev) { return 0; } in pm_generic_runtime_resume()
221 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend()
222 static inline int pm_runtime_force_resume(struct device *dev) { return 0; } in pm_runtime_force_resume()
224 static inline int __pm_runtime_idle(struct device *dev, int rpmflags) in __pm_runtime_idle()
228 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend()
232 static inline int __pm_runtime_resume(struct device *dev, int rpmflags) in __pm_runtime_resume()
236 static inline int pm_schedule_suspend(struct device *dev, unsigned int delay) in pm_schedule_suspend()
240 static inline int pm_runtime_get_if_in_use(struct device *dev) in pm_runtime_get_if_in_use()
244 static inline int pm_runtime_get_if_active(struct device *dev, in pm_runtime_get_if_active()
249 static inline int __pm_runtime_set_status(struct device *dev, in __pm_runtime_set_status()
251 static inline int pm_runtime_barrier(struct device *dev) { return 0; } in pm_runtime_barrier()
252 static inline void pm_runtime_enable(struct device *dev) {} in pm_runtime_enable()
253 static inline void __pm_runtime_disable(struct device *dev, bool c) {} in __pm_runtime_disable()
254 static inline void pm_runtime_allow(struct device *dev) {} in pm_runtime_allow()
255 static inline void pm_runtime_forbid(struct device *dev) {} in pm_runtime_forbid()
257 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) {} in pm_suspend_ignore_children()
258 static inline void pm_runtime_get_noresume(struct device *dev) {} in pm_runtime_get_noresume()
259 static inline void pm_runtime_put_noidle(struct device *dev) {} in pm_runtime_put_noidle()
260 static inline bool pm_runtime_suspended(struct device *dev) { return false; } in pm_runtime_suspended()
261 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active()
262 static inline bool pm_runtime_status_suspended(struct device *dev) { return false; } in pm_runtime_status_suspended()
263 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled()
265 static inline void pm_runtime_no_callbacks(struct device *dev) {} in pm_runtime_no_callbacks()
266 static inline void pm_runtime_irq_safe(struct device *dev) {} in pm_runtime_irq_safe()
267 static inline bool pm_runtime_is_irq_safe(struct device *dev) { return false; } in pm_runtime_is_irq_safe()
269 static inline bool pm_runtime_has_no_callbacks(struct device *dev) { return false; } in pm_runtime_has_no_callbacks()
270 static inline void pm_runtime_mark_last_busy(struct device *dev) {} in pm_runtime_mark_last_busy()
271 static inline void __pm_runtime_use_autosuspend(struct device *dev, in __pm_runtime_use_autosuspend()
273 static inline void pm_runtime_set_autosuspend_delay(struct device *dev, in pm_runtime_set_autosuspend_delay()
276 struct device *dev) { return 0; } in pm_runtime_autosuspend_expiration()
277 static inline void pm_runtime_set_memalloc_noio(struct device *dev, in pm_runtime_set_memalloc_noio()
279 static inline void pm_runtime_get_suppliers(struct device *dev) {} in pm_runtime_get_suppliers()
280 static inline void pm_runtime_put_suppliers(struct device *dev) {} in pm_runtime_put_suppliers()
281 static inline void pm_runtime_new_link(struct device *dev) {} in pm_runtime_new_link()
295 static inline int pm_runtime_idle(struct device *dev) in pm_runtime_idle()
304 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend()
316 static inline int pm_runtime_autosuspend(struct device *dev) in pm_runtime_autosuspend()
325 static inline int pm_runtime_resume(struct device *dev) in pm_runtime_resume()
337 static inline int pm_request_idle(struct device *dev) in pm_request_idle()
346 static inline int pm_request_resume(struct device *dev) in pm_request_resume()
358 static inline int pm_request_autosuspend(struct device *dev) in pm_request_autosuspend()
370 static inline int pm_runtime_get(struct device *dev) in pm_runtime_get()
386 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync()
399 static inline int pm_runtime_resume_and_get(struct device *dev) in pm_runtime_resume_and_get()
419 static inline int pm_runtime_put(struct device *dev) in pm_runtime_put()
431 static inline int pm_runtime_put_autosuspend(struct device *dev) in pm_runtime_put_autosuspend()
450 static inline int pm_runtime_put_sync(struct device *dev) in pm_runtime_put_sync()
466 static inline int pm_runtime_put_sync_suspend(struct device *dev) in pm_runtime_put_sync_suspend()
483 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend()
497 static inline int pm_runtime_set_active(struct device *dev) in pm_runtime_set_active()
511 static inline int pm_runtime_set_suspended(struct device *dev) in pm_runtime_set_suspended()
526 static inline void pm_runtime_disable(struct device *dev) in pm_runtime_disable()
539 static inline void pm_runtime_use_autosuspend(struct device *dev) in pm_runtime_use_autosuspend()
552 static inline void pm_runtime_dont_use_autosuspend(struct device *dev) in pm_runtime_dont_use_autosuspend()