Lines Matching refs:invoke
68 callback, the PM core will invoke the corresponding driver callback stored in
739 - invoke the ->runtime_suspend() callback provided by the driver of this
743 - invoke the ->runtime_resume() callback provided by the driver of this
747 - if the device has not been suspended at run time, invoke the ->suspend()
752 - if pm_runtime_suspended(dev) returns "false", invoke the ->suspend_noirq()
757 - invoke the ->resume() callback provided by the driver of this device and,
761 - invoke the ->resume_noirq() callback provided by the driver of this device
764 - if the device has not been suspended at run time, invoke the ->freeze()
769 - if pm_runtime_suspended(dev) returns "false", invoke the ->freeze_noirq()
774 - if the device has not been suspended at run time, invoke the ->thaw()
779 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
784 - if the device has not been suspended at run time, invoke the ->poweroff()
794 - invoke the ->restore() callback provided by the driver of this device and,
798 - invoke the ->restore_noirq() callback provided by the device's driver
830 When power.no_callbacks is set, the PM core will not invoke the