Lines Matching refs:pm_message_t

65 static pm_message_t pm_transition;
345 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op()
379 pm_message_t state) in pm_late_early_op()
413 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op()
439 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
446 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
453 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time()
474 pm_message_t state, const char *info) in dpm_run_callback()
590 static void __device_resume_noirq(struct device *dev, pm_message_t state, bool async) in __device_resume_noirq()
706 static void dpm_noirq_resume_devices(pm_message_t state) in dpm_noirq_resume_devices()
741 void dpm_resume_noirq(pm_message_t state) in dpm_resume_noirq()
757 static void __device_resume_early(struct device *dev, pm_message_t state, bool async) in __device_resume_early()
839 void dpm_resume_early(pm_message_t state) in dpm_resume_early()
871 void dpm_resume_start(pm_message_t state) in dpm_resume_start()
884 static void __device_resume(struct device *dev, pm_message_t state, bool async) in __device_resume()
996 void dpm_resume(pm_message_t state) in dpm_resume()
1042 static void device_complete(struct device *dev, pm_message_t state) in device_complete()
1089 void dpm_complete(pm_message_t state) in dpm_complete()
1130 void dpm_resume_end(pm_message_t state) in dpm_resume_end()
1147 static pm_message_t resume_event(pm_message_t sleep_state) in resume_event()
1186 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1278 static int dpm_noirq_suspend_devices(pm_message_t state) in dpm_noirq_suspend_devices()
1335 int dpm_suspend_noirq(pm_message_t state) in dpm_suspend_noirq()
1372 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1462 int dpm_suspend_late(pm_message_t state) in dpm_suspend_late()
1519 int dpm_suspend_end(pm_message_t state) in dpm_suspend_end()
1545 static int legacy_suspend(struct device *dev, pm_message_t state, in legacy_suspend()
1546 int (*cb)(struct device *dev, pm_message_t state), in legacy_suspend()
1592 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
1741 int dpm_suspend(pm_message_t state) in dpm_suspend()
1803 static int device_prepare(struct device *dev, pm_message_t state) in device_prepare()
1870 int dpm_prepare(pm_message_t state) in dpm_prepare()
1934 int dpm_suspend_start(pm_message_t state) in dpm_suspend_start()