Searched refs:pm_ctx (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | pm.c | 53 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 D | suspend.h | 13 void cpu_suspend_save(struct pm_ctx *ptr, unsigned long sp);
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | suspend.c | 12 void cpu_suspend_save(struct pm_ctx *ctx, unsigned long sp) in cpu_suspend_save()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | asm-offsets.c | 41 DEFINE(PM_CTX_SIZE, sizeof(struct pm_ctx)); in main()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | global_data.h | 28 struct pm_ctx { struct
|