Lines Matching refs:invoke
68 callback, the PM core will invoke the corresponding driver callback stored in
733 - invoke the ->runtime_suspend() callback provided by the driver of this
737 - invoke the ->runtime_resume() callback provided by the driver of this
741 - if the device has not been suspended at run time, invoke the ->suspend()
746 - if pm_runtime_suspended(dev) returns "false", invoke the ->suspend_noirq()
751 - invoke the ->resume() callback provided by the driver of this device and,
755 - invoke the ->resume_noirq() callback provided by the driver of this device
758 - if the device has not been suspended at run time, invoke the ->freeze()
763 - if pm_runtime_suspended(dev) returns "false", invoke the ->freeze_noirq()
768 - if the device has not been suspended at run time, invoke the ->thaw()
773 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
778 - if the device has not been suspended at run time, invoke the ->poweroff()
788 - invoke the ->restore() callback provided by the driver of this device and,
792 - invoke the ->restore_noirq() callback provided by the device's driver
824 When power.no_callbacks is set, the PM core will not invoke the