Searched refs:dpm_async_with_cleanup (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/base/power/ |
| H A D | main.c | 655 static int dpm_async_with_cleanup(struct device *dev, void *fn) in dpm_async_with_cleanup() function 678 device_for_each_child(dev, func, dpm_async_with_cleanup); in dpm_async_resume_children() 693 dpm_async_with_cleanup(link->consumer, func); in dpm_async_resume_subordinate() 844 dpm_async_with_cleanup(dev, async_resume_noirq); in dpm_noirq_resume_devices() 994 dpm_async_with_cleanup(dev, async_resume_early); in dpm_resume_early() 1173 dpm_async_with_cleanup(dev, async_resume); in dpm_resume() 1345 dpm_async_with_cleanup(dev->parent, func); in dpm_async_suspend_parent() 1363 dpm_async_with_cleanup(link->supplier, func); in dpm_async_suspend_superior() 1536 dpm_async_with_cleanup(dev, async_suspend_noirq); in dpm_noirq_suspend_devices() 1741 dpm_async_with_cleanup(dev, async_suspend_late); in dpm_suspend_late() [all …]
|