Lines Matching defs:dev

110 void device_pm_sleep_init(struct device *dev)  in device_pm_sleep_init()
142 void device_pm_add(struct device *dev) in device_pm_add()
164 void device_pm_remove(struct device *dev) in device_pm_remove()
213 void device_pm_move_last(struct device *dev) in device_pm_move_last()
220 static ktime_t initcall_debug_start(struct device *dev, void *cb) in initcall_debug_start()
231 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report()
249 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
258 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn()
264 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
269 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers()
291 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior()
325 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers()
349 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate()
457 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
464 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
491 static int dpm_run_callback(pm_callback_t cb, struct device *dev, in dpm_run_callback()
515 struct device *dev; member
568 static void dpm_watchdog_set(struct dpm_watchdog *wd, struct device *dev) in dpm_watchdog_set()
611 bool dev_pm_skip_resume(struct device *dev) in dev_pm_skip_resume()
622 static bool is_async(struct device *dev) in is_async()
628 static bool __dpm_async(struct device *dev, async_func_t func) in __dpm_async()
648 static bool dpm_async_fn(struct device *dev, async_func_t func) in dpm_async_fn()
655 static int dpm_async_with_cleanup(struct device *dev, void *fn) in dpm_async_with_cleanup()
665 static void dpm_async_resume_children(struct device *dev, async_func_t func) in dpm_async_resume_children()
681 static void dpm_async_resume_subordinate(struct device *dev, async_func_t func) in dpm_async_resume_subordinate()
698 static void dpm_clear_async_state(struct device *dev) in dpm_clear_async_state()
704 static bool dpm_root_device(struct device *dev) in dpm_root_device()
727 static void device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
819 struct device *dev = data; in async_resume_noirq() local
827 struct device *dev; in dpm_noirq_resume_devices() local
897 static void device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early()
965 struct device *dev = data; in async_resume_early() local
977 struct device *dev; in dpm_resume_early() local
1041 static void device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
1141 struct device *dev = data; in async_resume() local
1156 struct device *dev; in dpm_resume() local
1208 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
1266 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() local
1308 static bool dpm_leaf_device(struct device *dev) in dpm_leaf_device()
1329 static bool dpm_async_suspend_parent(struct device *dev, async_func_t func) in dpm_async_suspend_parent()
1350 static void dpm_async_suspend_superior(struct device *dev, async_func_t func) in dpm_async_suspend_superior()
1370 struct device *dev; in dpm_async_suspend_complete_all() local
1405 static void dpm_superior_set_must_resume(struct device *dev) in dpm_superior_set_must_resume()
1432 static void device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in device_suspend_noirq()
1510 struct device *dev = data; in async_suspend_noirq() local
1519 struct device *dev; in dpm_noirq_suspend_devices() local
1602 static void dpm_propagate_wakeup_to_parent(struct device *dev) in dpm_propagate_wakeup_to_parent()
1627 static void device_suspend_late(struct device *dev, pm_message_t state, bool async) in device_suspend_late()
1709 struct device *dev = data; in async_suspend_late() local
1722 struct device *dev; in dpm_suspend_late() local
1817 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1818 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1836 static void dpm_clear_superiors_direct_complete(struct device *dev) in dpm_clear_superiors_direct_complete()
1866 static void device_suspend(struct device *dev, pm_message_t state, bool async) in device_suspend()
1998 struct device *dev = data; in async_suspend() local
2011 struct device *dev; in dpm_suspend() local
2077 static bool device_prepare_smart_suspend(struct device *dev) in device_prepare_smart_suspend()
2125 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
2231 struct device *dev = to_device(dpm_list.next); in dpm_prepare() local
2290 void __suspend_report_result(const char *function, struct device *dev, void *fn, int ret) in __suspend_report_result()
2302 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) in device_pm_wait_for_dev()
2319 struct device *dev; in dpm_for_each_dev() local
2346 void device_pm_check_callbacks(struct device *dev) in device_pm_check_callbacks()
2362 bool dev_pm_skip_suspend(struct device *dev) in dev_pm_skip_suspend()