Lines Matching defs:dev

92 void device_pm_sleep_init(struct device *dev)  in device_pm_sleep_init()
124 void device_pm_add(struct device *dev) in device_pm_add()
142 void device_pm_remove(struct device *dev) in device_pm_remove()
188 void device_pm_move_last(struct device *dev) in device_pm_move_last()
195 static ktime_t initcall_debug_start(struct device *dev, void *cb) in initcall_debug_start()
206 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report()
227 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
236 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn()
242 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
247 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers()
268 static void dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior()
274 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers()
297 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate()
403 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
410 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
437 static int dpm_run_callback(pm_callback_t cb, struct device *dev, in dpm_run_callback()
461 struct device *dev; member
492 static void dpm_watchdog_set(struct dpm_watchdog *wd, struct device *dev) in dpm_watchdog_set()
533 void dev_pm_skip_next_resume_phases(struct device *dev) in dev_pm_skip_next_resume_phases()
564 bool dev_pm_may_skip_resume(struct device *dev) in dev_pm_may_skip_resume()
569 static pm_callback_t dpm_subsys_resume_noirq_cb(struct device *dev, in dpm_subsys_resume_noirq_cb()
615 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
693 static bool is_async(struct device *dev) in is_async()
701 struct device *dev = (struct device *)data; in async_resume_noirq() local
713 struct device *dev; in dpm_noirq_resume_devices() local
780 static pm_callback_t dpm_subsys_resume_early_cb(struct device *dev, in dpm_subsys_resume_early_cb()
817 static int device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early()
854 struct device *dev = (struct device *)data; in async_resume_early() local
870 struct device *dev; in dpm_resume_early() local
933 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
1018 struct device *dev = (struct device *)data; in async_resume() local
1036 struct device *dev; in dpm_resume() local
1089 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
1145 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() local
1205 static void dpm_superior_set_must_resume(struct device *dev) in dpm_superior_set_must_resume()
1221 static pm_callback_t dpm_subsys_suspend_noirq_cb(struct device *dev, in dpm_subsys_suspend_noirq_cb()
1250 static bool device_must_resume(struct device *dev, pm_message_t state, in device_must_resume()
1285 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1351 struct device *dev = (struct device *)data; in async_suspend_noirq() local
1363 static int device_suspend_noirq(struct device *dev) in device_suspend_noirq()
1393 struct device *dev = to_device(dpm_late_early_list.prev); in dpm_noirq_suspend_devices() local
1447 static void dpm_propagate_wakeup_to_parent(struct device *dev) in dpm_propagate_wakeup_to_parent()
1462 static pm_callback_t dpm_subsys_suspend_late_cb(struct device *dev, in dpm_subsys_suspend_late_cb()
1499 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1555 struct device *dev = (struct device *)data; in async_suspend_late() local
1566 static int device_suspend_late(struct device *dev) in device_suspend_late()
1594 struct device *dev = to_device(dpm_suspended_list.prev); in dpm_suspend_late() local
1657 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1658 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1676 static void dpm_clear_superiors_direct_complete(struct device *dev) in dpm_clear_superiors_direct_complete()
1704 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
1818 struct device *dev = (struct device *)data; in async_suspend() local
1830 static int device_suspend(struct device *dev) in device_suspend()
1861 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_suspend() local
1902 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1997 struct device *dev = to_device(dpm_list.next); in dpm_prepare() local
2062 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) in device_pm_wait_for_dev()
2079 struct device *dev; in dpm_for_each_dev() local
2106 void device_pm_check_callbacks(struct device *dev) in device_pm_check_callbacks()
2120 bool dev_pm_smart_suspend_and_suspended(struct device *dev) in dev_pm_smart_suspend_and_suspended()