Searched refs:dpm_async_with_cleanup (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/base/power/ |
H A D | main.c | 642 static int dpm_async_with_cleanup(struct device *dev, void *fn) in dpm_async_with_cleanup() function 665 device_for_each_child(dev, func, dpm_async_with_cleanup); in dpm_async_resume_children() 680 dpm_async_with_cleanup(link->consumer, func); in dpm_async_resume_subordinate() 819 dpm_async_with_cleanup(dev, async_resume_noirq); in dpm_noirq_resume_devices() 966 dpm_async_with_cleanup(dev, async_resume_early); in dpm_resume_early() 1145 dpm_async_with_cleanup(dev, async_resume); in dpm_resume() 1317 dpm_async_with_cleanup(dev->parent, func); in dpm_async_suspend_parent() 1335 dpm_async_with_cleanup(link->supplier, func); in dpm_async_suspend_superior() 1508 dpm_async_with_cleanup(dev, async_suspend_noirq); in dpm_noirq_suspend_devices() 1708 dpm_async_with_cleanup(dev, async_suspend_late); in dpm_suspend_late() [all …]
|