Lines Matching defs:dev

62 void device_pm_init(struct device *dev)  in device_pm_init()
95 void device_pm_add(struct device *dev) in device_pm_add()
112 void device_pm_remove(struct device *dev) in device_pm_remove()
157 void device_pm_move_last(struct device *dev) in device_pm_move_last()
164 static ktime_t initcall_debug_start(struct device *dev) in initcall_debug_start()
178 static void initcall_debug_report(struct device *dev, ktime_t calltime, in initcall_debug_report()
196 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
205 static int dpm_wait_fn(struct device *dev, void *async_ptr) in dpm_wait_fn()
211 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
306 static void pm_dev_dbg(struct device *dev, pm_message_t state, char *info) in pm_dev_dbg()
313 static void pm_dev_err(struct device *dev, pm_message_t state, char *info, in pm_dev_err()
337 static int dpm_run_callback(pm_callback_t cb, struct device *dev, in dpm_run_callback()
367 static int device_resume_noirq(struct device *dev, pm_message_t state) in device_resume_noirq()
414 struct device *dev = to_device(dpm_noirq_list.next); in dpm_resume_noirq() local
444 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
528 struct device *dev = (struct device *)data; in async_resume() local
537 static bool is_async(struct device *dev) in is_async()
552 struct device *dev; in dpm_resume() local
601 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
651 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() local
713 static int device_suspend_noirq(struct device *dev, pm_message_t state) in device_suspend_noirq()
755 struct device *dev = to_device(dpm_suspended_list.prev); in dpm_suspend_noirq() local
790 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
791 int (*cb)(struct device *dev, pm_message_t state)) in legacy_suspend()
812 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
901 struct device *dev = (struct device *)data; in async_suspend() local
913 static int device_suspend(struct device *dev) in device_suspend()
941 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_suspend() local
981 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1034 struct device *dev = to_device(dpm_list.next); in dpm_prepare() local
1096 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) in device_pm_wait_for_dev()