Searched refs:dpm_subsys_suspend_late_cb (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/base/power/ |
D | main.c | 602 static pm_callback_t dpm_subsys_suspend_late_cb(struct device *dev, 653 if (!dpm_subsys_suspend_late_cb(dev, suspend_msg, NULL) && in device_resume_noirq() 1262 !dpm_subsys_suspend_late_cb(dev, state, NULL) && in device_must_resume() 1312 no_subsys_cb = !dpm_subsys_suspend_late_cb(dev, state, NULL); in __device_suspend_noirq() 1462 static pm_callback_t dpm_subsys_suspend_late_cb(struct device *dev, in dpm_subsys_suspend_late_cb() function 1523 callback = dpm_subsys_suspend_late_cb(dev, state, &info); in __device_suspend_late()
|