Searched refs:pm_late_early_op (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/base/power/ |
D | main.c | 381 static pm_callback_t pm_late_early_op(const struct dev_pm_ops *ops, in pm_late_early_op() function 784 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_resume_early() 787 callback = pm_late_early_op(dev->type->pm, state); in device_resume_early() 790 callback = pm_late_early_op(dev->class->pm, state); in device_resume_early() 793 callback = pm_late_early_op(dev->bus->pm, state); in device_resume_early() 803 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 …]
|