Lines Matching refs:m3_ipc
57 static struct wkup_m3_ipc *m3_ipc; variable
186 m3_ipc->ops->set_rtc_only(m3_ipc); in am33xx_pm_suspend()
197 i = m3_ipc->ops->request_pm_status(m3_ipc); in am33xx_pm_suspend()
221 m3_ipc->ops->request_wake_src(m3_ipc)); in am33xx_pm_suspend()
265 ret = m3_ipc->ops->prepare_low_power(m3_ipc, WKUP_M3_DEEPSLEEP); in am33xx_pm_begin()
268 ret = m3_ipc->ops->prepare_low_power(m3_ipc, WKUP_M3_STANDBY); in am33xx_pm_begin()
284 m3_ipc->ops->finish_low_power(m3_ipc); in am33xx_pm_end()
335 m3_ipc->ops->set_mem_type(m3_ipc, temp); in am33xx_pm_set_ipc_ops()
341 m3_ipc->ops->set_resume_address(m3_ipc, (void *)resume_address); in am33xx_pm_set_ipc_ops()
469 m3_ipc = wkup_m3_ipc_get(); in am33xx_pm_probe()
470 if (!m3_ipc) { in am33xx_pm_probe()
516 wkup_m3_ipc_put(m3_ipc); in am33xx_pm_probe()
526 wkup_m3_ipc_put(m3_ipc); in am33xx_pm_remove()