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()
240 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
249 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn()
255 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
260 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers()
281 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior()
315 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers()
338 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate()
443 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
450 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
477 static int dpm_run_callback(pm_callback_t cb, struct device *dev, in dpm_run_callback()
501 struct device *dev; member
532 static void dpm_watchdog_set(struct dpm_watchdog *wd, struct device *dev) in dpm_watchdog_set()
574 bool dev_pm_skip_resume(struct device *dev) in dev_pm_skip_resume()
594 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
665 static bool is_async(struct device *dev) in is_async()
671 static bool dpm_async_fn(struct device *dev, async_func_t func) in dpm_async_fn()
686 struct device *dev = (struct device *)data; in async_resume_noirq() local
698 struct device *dev; in dpm_noirq_resume_devices() local
765 static int device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early()
823 struct device *dev = (struct device *)data; in async_resume_early() local
839 struct device *dev; in dpm_resume_early() local
897 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
984 struct device *dev = (struct device *)data; in async_resume() local
1002 struct device *dev; in dpm_resume() local
1051 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
1108 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() local
1168 static void dpm_superior_set_must_resume(struct device *dev) in dpm_superior_set_must_resume()
1193 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1268 struct device *dev = (struct device *)data; in async_suspend_noirq() local
1280 static int device_suspend_noirq(struct device *dev) in device_suspend_noirq()
1299 struct device *dev = to_device(dpm_late_early_list.prev); in dpm_noirq_suspend_devices() local
1357 static void dpm_propagate_wakeup_to_parent(struct device *dev) in dpm_propagate_wakeup_to_parent()
1380 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1449 struct device *dev = (struct device *)data; in async_suspend_late() local
1460 static int device_suspend_late(struct device *dev) in device_suspend_late()
1483 struct device *dev = to_device(dpm_suspended_list.prev); in dpm_suspend_late() local
1549 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1550 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1568 static void dpm_clear_superiors_direct_complete(struct device *dev) in dpm_clear_superiors_direct_complete()
1596 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
1723 struct device *dev = (struct device *)data; in async_suspend() local
1735 static int device_suspend(struct device *dev) in device_suspend()
1762 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_suspend() local
1803 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1893 struct device *dev = to_device(dpm_list.next); in dpm_prepare() local
1962 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) in device_pm_wait_for_dev()
1979 struct device *dev; in dpm_for_each_dev() local
2006 void device_pm_check_callbacks(struct device *dev) in device_pm_check_callbacks()
2022 bool dev_pm_skip_suspend(struct device *dev) in dev_pm_skip_suspend()