Lines Matching refs:pm_message_t

61 static pm_message_t pm_transition;
316 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op()
351 pm_message_t state) in pm_late_early_op()
385 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op()
411 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
418 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
425 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time()
446 pm_message_t state, const char *info) in dpm_run_callback()
536 static pm_message_t suspend_event(pm_message_t resume_msg) in suspend_event()
563 pm_message_t state, in dpm_subsys_resume_noirq_cb()
592 pm_message_t state,
596 pm_message_t state,
608 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
636 pm_message_t suspend_msg = suspend_event(state); in device_resume_noirq()
719 static void dpm_noirq_resume_devices(pm_message_t state) in dpm_noirq_resume_devices()
770 void dpm_resume_noirq(pm_message_t state) in dpm_resume_noirq()
781 pm_message_t state, 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()
868 void dpm_resume_early(pm_message_t state) in dpm_resume_early()
915 void dpm_resume_start(pm_message_t state) in dpm_resume_start()
928 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
1029 void dpm_resume(pm_message_t state) in dpm_resume()
1080 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
1126 void dpm_complete(pm_message_t state) in dpm_complete()
1165 void dpm_resume_end(pm_message_t state) in dpm_resume_end()
1182 static pm_message_t resume_event(pm_message_t sleep_state) in resume_event()
1213 pm_message_t state, in dpm_subsys_suspend_noirq_cb()
1241 static bool device_must_resume(struct device *dev, pm_message_t state, in device_must_resume()
1244 pm_message_t resume_msg = resume_event(state); in device_must_resume()
1276 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1357 static int dpm_noirq_suspend_devices(pm_message_t state) in dpm_noirq_suspend_devices()
1410 int dpm_suspend_noirq(pm_message_t state) in dpm_suspend_noirq()
1442 pm_message_t state, in dpm_subsys_suspend_late_cb()
1478 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1557 int dpm_suspend_late(pm_message_t state) in dpm_suspend_late()
1608 int dpm_suspend_end(pm_message_t state) in dpm_suspend_end()
1634 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1635 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1681 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
1825 int dpm_suspend(pm_message_t state) in dpm_suspend()
1881 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1953 int dpm_prepare(pm_message_t state) in dpm_prepare()
2014 int dpm_suspend_start(pm_message_t state) in dpm_suspend_start()