Home
last modified time | relevance | path

Searched refs:pm_ctx (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpm.c53 struct sof_ipc_pm_ctx pm_ctx; in sof_send_pm_ctx_ipc() local
56 memset(&pm_ctx, 0, sizeof(pm_ctx)); in sof_send_pm_ctx_ipc()
59 pm_ctx.hdr.size = sizeof(pm_ctx); in sof_send_pm_ctx_ipc()
60 pm_ctx.hdr.cmd = SOF_IPC_GLB_PM_MSG | cmd; in sof_send_pm_ctx_ipc()
63 return sof_ipc_tx_message(sdev->ipc, pm_ctx.hdr.cmd, &pm_ctx, in sof_send_pm_ctx_ipc()
64 sizeof(pm_ctx), &reply, sizeof(reply)); in sof_send_pm_ctx_ipc()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsuspend.h13 void cpu_suspend_save(struct pm_ctx *ptr, unsigned long sp);
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dsuspend.c12 void cpu_suspend_save(struct pm_ctx *ctx, unsigned long sp) in cpu_suspend_save()
/OK3568_Linux_fs/u-boot/lib/
H A Dasm-offsets.c41 DEFINE(PM_CTX_SIZE, sizeof(struct pm_ctx)); in main()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h28 struct pm_ctx { struct