Lines Matching defs:state
205 int error, pm_message_t state, char *info) in initcall_debug_report()
249 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op()
284 pm_message_t state) in pm_late_early_op()
318 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op()
344 static void pm_dev_dbg(struct device *dev, pm_message_t state, char *info) in pm_dev_dbg()
351 static void pm_dev_err(struct device *dev, pm_message_t state, char *info, in pm_dev_err()
358 static void dpm_show_time(ktime_t starttime, pm_message_t state, char *info) in dpm_show_time()
376 pm_message_t state, char *info) in dpm_run_callback()
473 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
543 void dpm_resume_noirq(pm_message_t state) in dpm_resume_noirq()
602 static int device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early()
665 void dpm_resume_early(pm_message_t state) in dpm_resume_early()
717 void dpm_resume_start(pm_message_t state) in dpm_resume_start()
730 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
837 void dpm_resume(pm_message_t state) in dpm_resume()
892 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
940 void dpm_complete(pm_message_t state) in dpm_complete()
974 void dpm_resume_end(pm_message_t state) in dpm_resume_end()
1014 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1100 int dpm_suspend_noirq(pm_message_t state) in dpm_suspend_noirq()
1158 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1243 int dpm_suspend_late(pm_message_t state) in dpm_suspend_late()
1295 int dpm_suspend_end(pm_message_t state) in dpm_suspend_end()
1318 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1319 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1343 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
1494 int dpm_suspend(pm_message_t state) in dpm_suspend()
1549 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1621 int dpm_prepare(pm_message_t state) in dpm_prepare()
1667 int dpm_suspend_start(pm_message_t state) in dpm_suspend_start()