Searched refs:pm_late_early_op (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/base/power/ |
D | main.c | 283 static pm_callback_t pm_late_early_op(const struct dev_pm_ops *ops, in pm_late_early_op() function 621 callback = pm_late_early_op(&dev->pm_domain->ops, state); in device_resume_early() 624 callback = pm_late_early_op(dev->type->pm, state); in device_resume_early() 627 callback = pm_late_early_op(dev->class->pm, state); in device_resume_early() 630 callback = pm_late_early_op(dev->bus->pm, state); in device_resume_early() 635 callback = pm_late_early_op(dev->driver->pm, state); in device_resume_early() 1184 callback = pm_late_early_op(&dev->pm_domain->ops, state); in __device_suspend_late() 1187 callback = pm_late_early_op(dev->type->pm, state); in __device_suspend_late() 1190 callback = pm_late_early_op(dev->class->pm, state); in __device_suspend_late() 1193 callback = pm_late_early_op(dev->bus->pm, state); in __device_suspend_late() [all …]
|