Lines Matching defs:dev

69 static inline int pm_runtime_get_if_in_use(struct device *dev)  in pm_runtime_get_if_in_use()
83 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) in pm_suspend_ignore_children()
92 static inline void pm_runtime_get_noresume(struct device *dev) in pm_runtime_get_noresume()
103 static inline void pm_runtime_put_noidle(struct device *dev) in pm_runtime_put_noidle()
120 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended()
138 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active()
155 static inline bool pm_runtime_status_suspended(struct device *dev) in pm_runtime_status_suspended()
170 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled()
182 static inline bool pm_runtime_has_no_callbacks(struct device *dev) in pm_runtime_has_no_callbacks()
194 static inline void pm_runtime_mark_last_busy(struct device *dev) in pm_runtime_mark_last_busy()
207 static inline bool pm_runtime_is_irq_safe(struct device *dev) in pm_runtime_is_irq_safe()
218 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend()
219 static inline int pm_generic_runtime_resume(struct device *dev) { return 0; } in pm_generic_runtime_resume()
220 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend()
221 static inline int pm_runtime_force_resume(struct device *dev) { return 0; } in pm_runtime_force_resume()
223 static inline int __pm_runtime_idle(struct device *dev, int rpmflags) in __pm_runtime_idle()
227 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend()
231 static inline int __pm_runtime_resume(struct device *dev, int rpmflags) in __pm_runtime_resume()
235 static inline int pm_schedule_suspend(struct device *dev, unsigned int delay) in pm_schedule_suspend()
239 static inline int pm_runtime_get_if_in_use(struct device *dev) 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()
248 static inline int __pm_runtime_set_status(struct device *dev, in __pm_runtime_set_status()
250 static inline int pm_runtime_barrier(struct device *dev) { return 0; } in pm_runtime_barrier()
251 static inline void pm_runtime_enable(struct device *dev) {} in pm_runtime_enable()
252 static inline void __pm_runtime_disable(struct device *dev, bool c) {} in __pm_runtime_disable()
253 static inline void pm_runtime_allow(struct device *dev) {} in pm_runtime_allow()
254 static inline void pm_runtime_forbid(struct device *dev) {} in pm_runtime_forbid()
256 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) {} in pm_suspend_ignore_children()
257 static inline void pm_runtime_get_noresume(struct device *dev) {} in pm_runtime_get_noresume()
258 static inline void pm_runtime_put_noidle(struct device *dev) {} in pm_runtime_put_noidle()
259 static inline bool pm_runtime_suspended(struct device *dev) { return false; } in pm_runtime_suspended()
260 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active()
261 static inline bool pm_runtime_status_suspended(struct device *dev) { return false; } in pm_runtime_status_suspended()
262 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled()
264 static inline void pm_runtime_no_callbacks(struct device *dev) {} in pm_runtime_no_callbacks()
265 static inline void pm_runtime_irq_safe(struct device *dev) {} in pm_runtime_irq_safe()
266 static inline bool pm_runtime_is_irq_safe(struct device *dev) { return false; } in pm_runtime_is_irq_safe()
268 static inline bool pm_runtime_has_no_callbacks(struct device *dev) { return false; } in pm_runtime_has_no_callbacks()
269 static inline void pm_runtime_mark_last_busy(struct device *dev) {} in pm_runtime_mark_last_busy()
270 static inline void __pm_runtime_use_autosuspend(struct device *dev, in __pm_runtime_use_autosuspend()
272 static inline void pm_runtime_set_autosuspend_delay(struct device *dev, in pm_runtime_set_autosuspend_delay()
275 struct device *dev) { return 0; } in pm_runtime_autosuspend_expiration()
276 static inline void pm_runtime_set_memalloc_noio(struct device *dev, in pm_runtime_set_memalloc_noio()
278 static inline void pm_runtime_get_suppliers(struct device *dev) {} in pm_runtime_get_suppliers()
279 static inline void pm_runtime_put_suppliers(struct device *dev) {} in pm_runtime_put_suppliers()
280 static inline void pm_runtime_new_link(struct device *dev) {} in pm_runtime_new_link()
293 static inline int pm_runtime_idle(struct device *dev) in pm_runtime_idle()
302 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend()
314 static inline int pm_runtime_autosuspend(struct device *dev) in pm_runtime_autosuspend()
323 static inline int pm_runtime_resume(struct device *dev) in pm_runtime_resume()
335 static inline int pm_request_idle(struct device *dev) in pm_request_idle()
344 static inline int pm_request_resume(struct device *dev) in pm_request_resume()
356 static inline int pm_request_autosuspend(struct device *dev) in pm_request_autosuspend()
368 static inline int pm_runtime_get(struct device *dev) in pm_runtime_get()
384 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync()
397 static inline int pm_runtime_resume_and_get(struct device *dev) in pm_runtime_resume_and_get()
417 static inline int pm_runtime_put(struct device *dev) in pm_runtime_put()
429 static inline int pm_runtime_put_autosuspend(struct device *dev) in pm_runtime_put_autosuspend()
448 static inline int pm_runtime_put_sync(struct device *dev) in pm_runtime_put_sync()
464 static inline int pm_runtime_put_sync_suspend(struct device *dev) in pm_runtime_put_sync_suspend()
481 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend()
495 static inline int pm_runtime_set_active(struct device *dev) in pm_runtime_set_active()
509 static inline int pm_runtime_set_suspended(struct device *dev) in pm_runtime_set_suspended()
524 static inline void pm_runtime_disable(struct device *dev) in pm_runtime_disable()
537 static inline void pm_runtime_use_autosuspend(struct device *dev) in pm_runtime_use_autosuspend()
550 static inline void pm_runtime_dont_use_autosuspend(struct device *dev) in pm_runtime_dont_use_autosuspend()