Lines Matching defs:dev
108 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) in pm_suspend_ignore_children()
117 static inline void pm_runtime_get_noresume(struct device *dev) in pm_runtime_get_noresume()
128 static inline void pm_runtime_put_noidle(struct device *dev) in pm_runtime_put_noidle()
145 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended()
163 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active()
180 static inline bool pm_runtime_status_suspended(struct device *dev) in pm_runtime_status_suspended()
195 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled()
207 static inline bool pm_runtime_has_no_callbacks(struct device *dev) in pm_runtime_has_no_callbacks()
219 static inline void pm_runtime_mark_last_busy(struct device *dev) in pm_runtime_mark_last_busy()
232 static inline bool pm_runtime_is_irq_safe(struct device *dev) in pm_runtime_is_irq_safe()
243 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend()
244 static inline int pm_generic_runtime_resume(struct device *dev) { return 0; } in pm_generic_runtime_resume()
245 static inline bool pm_runtime_need_not_resume(struct device *dev) {return true; } in pm_runtime_need_not_resume()
246 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend()
247 static inline int pm_runtime_force_resume(struct device *dev) { return 0; } in pm_runtime_force_resume()
249 static inline int __pm_runtime_idle(struct device *dev, int rpmflags) in __pm_runtime_idle()
253 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend()
257 static inline int __pm_runtime_resume(struct device *dev, int rpmflags) in __pm_runtime_resume()
261 static inline int pm_schedule_suspend(struct device *dev, unsigned int delay) in pm_schedule_suspend()
265 static inline int pm_runtime_get_if_in_use(struct device *dev) in pm_runtime_get_if_in_use()
269 static inline int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active()
273 static inline int __pm_runtime_set_status(struct device *dev, in __pm_runtime_set_status()
275 static inline int pm_runtime_barrier(struct device *dev) { return 0; } in pm_runtime_barrier()
276 static inline void pm_runtime_enable(struct device *dev) {} in pm_runtime_enable()
277 static inline void __pm_runtime_disable(struct device *dev, bool c) {} in __pm_runtime_disable()
278 static inline void pm_runtime_allow(struct device *dev) {} in pm_runtime_allow()
279 static inline void pm_runtime_forbid(struct device *dev) {} in pm_runtime_forbid()
281 static inline int devm_pm_runtime_enable(struct device *dev) { return 0; } in devm_pm_runtime_enable()
283 static inline void pm_suspend_ignore_children(struct device *dev, bool enable) {} in pm_suspend_ignore_children()
284 static inline void pm_runtime_get_noresume(struct device *dev) {} in pm_runtime_get_noresume()
285 static inline void pm_runtime_put_noidle(struct device *dev) {} in pm_runtime_put_noidle()
286 static inline bool pm_runtime_suspended(struct device *dev) { return false; } in pm_runtime_suspended()
287 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active()
288 static inline bool pm_runtime_status_suspended(struct device *dev) { return false; } in pm_runtime_status_suspended()
289 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled()
291 static inline void pm_runtime_no_callbacks(struct device *dev) {} in pm_runtime_no_callbacks()
292 static inline void pm_runtime_irq_safe(struct device *dev) {} in pm_runtime_irq_safe()
293 static inline bool pm_runtime_is_irq_safe(struct device *dev) { return false; } in pm_runtime_is_irq_safe()
295 static inline bool pm_runtime_has_no_callbacks(struct device *dev) { return false; } in pm_runtime_has_no_callbacks()
296 static inline void pm_runtime_mark_last_busy(struct device *dev) {} in pm_runtime_mark_last_busy()
297 static inline void __pm_runtime_use_autosuspend(struct device *dev, in __pm_runtime_use_autosuspend()
299 static inline void pm_runtime_set_autosuspend_delay(struct device *dev, in pm_runtime_set_autosuspend_delay()
302 struct device *dev) { return 0; } in pm_runtime_autosuspend_expiration()
303 static inline void pm_runtime_set_memalloc_noio(struct device *dev, in pm_runtime_set_memalloc_noio()
305 static inline void pm_runtime_get_suppliers(struct device *dev) {} in pm_runtime_get_suppliers()
306 static inline void pm_runtime_put_suppliers(struct device *dev) {} in pm_runtime_put_suppliers()
307 static inline void pm_runtime_new_link(struct device *dev) {} in pm_runtime_new_link()
321 static inline int pm_runtime_idle(struct device *dev) in pm_runtime_idle()
330 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend()
342 static inline int pm_runtime_autosuspend(struct device *dev) in pm_runtime_autosuspend()
351 static inline int pm_runtime_resume(struct device *dev) in pm_runtime_resume()
363 static inline int pm_request_idle(struct device *dev) in pm_request_idle()
372 static inline int pm_request_resume(struct device *dev) in pm_request_resume()
384 static inline int pm_request_autosuspend(struct device *dev) in pm_request_autosuspend()
396 static inline int pm_runtime_get(struct device *dev) in pm_runtime_get()
415 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync()
428 static inline int pm_runtime_resume_and_get(struct device *dev) in pm_runtime_resume_and_get()
448 static inline int pm_runtime_put(struct device *dev) in pm_runtime_put()
460 static inline int __pm_runtime_put_autosuspend(struct device *dev) in __pm_runtime_put_autosuspend()
472 static inline int pm_runtime_put_autosuspend(struct device *dev) in pm_runtime_put_autosuspend()
491 static inline int pm_runtime_put_sync(struct device *dev) in pm_runtime_put_sync()
507 static inline int pm_runtime_put_sync_suspend(struct device *dev) in pm_runtime_put_sync_suspend()
524 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend()
538 static inline int pm_runtime_set_active(struct device *dev) in pm_runtime_set_active()
552 static inline int pm_runtime_set_suspended(struct device *dev) in pm_runtime_set_suspended()
567 static inline void pm_runtime_disable(struct device *dev) in pm_runtime_disable()
584 static inline void pm_runtime_use_autosuspend(struct device *dev) in pm_runtime_use_autosuspend()
597 static inline void pm_runtime_dont_use_autosuspend(struct device *dev) in pm_runtime_dont_use_autosuspend()