Searched refs:pm_late_early_op (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/base/power/ ! |
D | main.c | 378 static pm_callback_t pm_late_early_op(const struct dev_pm_ops *ops, in pm_late_early_op() function 781 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_resume_early() 784 callback = pm_late_early_op(dev->type->pm, state); in device_resume_early() 787 callback = pm_late_early_op(dev->class->pm, state); in device_resume_early() 790 callback = pm_late_early_op(dev->bus->pm, state); in device_resume_early() 800 callback = pm_late_early_op(dev->driver->pm, state); in device_resume_early() 1412 callback = pm_late_early_op(&dev->pm_domain->ops, state); in __device_suspend_late() 1415 callback = pm_late_early_op(dev->type->pm, state); in __device_suspend_late() 1418 callback = pm_late_early_op(dev->class->pm, state); in __device_suspend_late() 1421 callback = pm_late_early_op(dev->bus->pm, state); in __device_suspend_late() [all …]
|