Lines Matching defs:dev
98 void device_pm_sleep_init(struct device *dev) in device_pm_sleep_init()
130 void device_pm_add(struct device *dev) in device_pm_add()
152 void device_pm_remove(struct device *dev) in device_pm_remove()
201 void device_pm_move_last(struct device *dev) in device_pm_move_last()
208 static ktime_t initcall_debug_start(struct device *dev, void *cb) in initcall_debug_start()
219 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report()
237 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
246 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn()
252 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
257 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers()
278 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior()
312 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers()
335 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate()
440 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
447 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
474 static int dpm_run_callback(pm_callback_t cb, struct device *dev, in dpm_run_callback()
498 struct device *dev; member
529 static void dpm_watchdog_set(struct dpm_watchdog *wd, struct device *dev) in dpm_watchdog_set()
571 bool dev_pm_skip_resume(struct device *dev) in dev_pm_skip_resume()
591 static void __device_resume_noirq(struct device *dev, pm_message_t state, bool async) in __device_resume_noirq()
668 static bool is_async(struct device *dev) in is_async()
674 static bool dpm_async_fn(struct device *dev, async_func_t func) in dpm_async_fn()
693 struct device *dev = data; in async_resume_noirq() local
699 static void device_resume_noirq(struct device *dev) in device_resume_noirq()
709 struct device *dev; in dpm_noirq_resume_devices() local
758 static void __device_resume_early(struct device *dev, pm_message_t state, bool async) in __device_resume_early()
822 struct device *dev = data; in async_resume_early() local
828 static void device_resume_early(struct device *dev) in device_resume_early()
842 struct device *dev; in dpm_resume_early() local
885 static void __device_resume(struct device *dev, pm_message_t state, bool async) in __device_resume()
977 struct device *dev = data; in async_resume() local
983 static void device_resume(struct device *dev) in device_resume()
1000 struct device *dev; in dpm_resume() local
1044 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
1101 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() local
1163 static void dpm_superior_set_must_resume(struct device *dev) in dpm_superior_set_must_resume()
1188 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1263 struct device *dev = data; in async_suspend_noirq() local
1275 static int device_suspend_noirq(struct device *dev) in device_suspend_noirq()
1294 struct device *dev = to_device(dpm_late_early_list.prev); in dpm_noirq_suspend_devices() local
1354 static void dpm_propagate_wakeup_to_parent(struct device *dev) in dpm_propagate_wakeup_to_parent()
1377 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1446 struct device *dev = data; in async_suspend_late() local
1457 static int device_suspend_late(struct device *dev) in device_suspend_late()
1481 struct device *dev = to_device(dpm_suspended_list.prev); in dpm_suspend_late() local
1552 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1553 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1571 static void dpm_clear_superiors_direct_complete(struct device *dev) in dpm_clear_superiors_direct_complete()
1599 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
1726 struct device *dev = data; in async_suspend() local
1738 static int device_suspend(struct device *dev) in device_suspend()
1765 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_suspend() local
1812 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1902 struct device *dev = to_device(dpm_list.next); in dpm_prepare() local
1962 void __suspend_report_result(const char *function, struct device *dev, void *fn, int ret) in __suspend_report_result()
1974 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) in device_pm_wait_for_dev()
1991 struct device *dev; in dpm_for_each_dev() local
2018 void device_pm_check_callbacks(struct device *dev) in device_pm_check_callbacks()
2034 bool dev_pm_skip_suspend(struct device *dev) in dev_pm_skip_suspend()