Searched refs:s2idle_ops (Results 1 – 1 of 1) sorted by relevance
59 static const struct platform_s2idle_ops *s2idle_ops; variable 82 s2idle_ops = ops; in s2idle_set_ops() 147 if (s2idle_ops && s2idle_ops->wake) { in s2idle_loop() 148 if (s2idle_ops->wake()) in s2idle_loop() 154 if (s2idle_ops && s2idle_ops->check) in s2idle_loop() 155 s2idle_ops->check(); in s2idle_loop() 272 return state == PM_SUSPEND_TO_IDLE && s2idle_ops && s2idle_ops in platform_suspend_prepare_late() [all...]