Home
last modified time | relevance | path

Searched refs:dpm_subsys_suspend_late_cb (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/base/power/
Dmain.c595 static pm_callback_t dpm_subsys_suspend_late_cb(struct device *dev,
646 if (!dpm_subsys_suspend_late_cb(dev, suspend_msg, NULL) && in device_resume_noirq()
1253 !dpm_subsys_suspend_late_cb(dev, state, NULL) && in device_must_resume()
1298 no_subsys_cb = !dpm_subsys_suspend_late_cb(dev, state, NULL); in __device_suspend_noirq()
1441 static pm_callback_t dpm_subsys_suspend_late_cb(struct device *dev, in dpm_subsys_suspend_late_cb() function
1502 callback = dpm_subsys_suspend_late_cb(dev, state, &info); in __device_suspend_late()