Searched refs:pm_late_early_op (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/base/power/ |
H A D | main.c | 377 static pm_callback_t pm_late_early_op(const struct dev_pm_ops *ops, in pm_late_early_op() function 805 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_resume_early() 808 callback = pm_late_early_op(dev->type->pm, state); in device_resume_early() 811 callback = pm_late_early_op(dev->class->pm, state); in device_resume_early() 814 callback = pm_late_early_op(dev->bus->pm, state); in device_resume_early() 824 callback = pm_late_early_op(dev->driver->pm, state); in device_resume_early() 1424 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_suspend_late() 1427 callback = pm_late_early_op(dev->type->pm, state); in device_suspend_late() 1430 callback = pm_late_early_op(dev->class->pm, state); in device_suspend_late() 1433 callback = pm_late_early_op(dev->bus->pm, state); in device_suspend_late() [all …]
|