Lines Matching refs:invoke
62 callback, the PM core will invoke the corresponding driver callback stored in
692 - invoke the ->runtime_suspend() callback provided by the driver of this
696 - invoke the ->runtime_resume() callback provided by the driver of this
700 - if the device has not been suspended at run time, invoke the ->suspend()
705 - if pm_runtime_suspended(dev) returns "false", invoke the ->suspend_noirq()
710 - invoke the ->resume() callback provided by the driver of this device and,
714 - invoke the ->resume_noirq() callback provided by the driver of this device
717 - if the device has not been suspended at run time, invoke the ->freeze()
722 - if pm_runtime_suspended(dev) returns "false", invoke the ->freeze_noirq()
727 - if the device has not been suspended at run time, invoke the ->thaw()
732 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
737 - if the device has not been suspended at run time, invoke the ->poweroff()
747 - invoke the ->restore() callback provided by the driver of this device and,
751 - invoke the ->restore_noirq() callback provided by the device's driver
782 When power.no_callbacks is set, the PM core will not invoke the