Searched refs:pm_late_early_op (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/base/power/ |
D | main.c | 377 static pm_callback_t pm_late_early_op(const struct dev_pm_ops *ops, in pm_late_early_op() function 789 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_resume_early() 792 callback = pm_late_early_op(dev->type->pm, state); in device_resume_early() 795 callback = pm_late_early_op(dev->class->pm, state); in device_resume_early() 798 callback = pm_late_early_op(dev->bus->pm, state); in device_resume_early() 808 callback = pm_late_early_op(dev->driver->pm, state); in device_resume_early() 1402 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_suspend_late() 1405 callback = pm_late_early_op(dev->type->pm, state); in device_suspend_late() 1408 callback = pm_late_early_op(dev->class->pm, state); in device_suspend_late() 1411 callback = pm_late_early_op(dev->bus->pm, state); in device_suspend_late() [all …]
|