Home
last modified time | relevance | path

Searched refs:post_msg_wq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst.c72 queue_work(drv->post_msg_wq, &drv->ipc_post_msg_wq); in intel_sst_interrupt_mrfld()
209 ctx->post_msg_wq = in sst_workqueue_init()
211 if (!ctx->post_msg_wq) in sst_workqueue_init()
351 destroy_workqueue(ctx->post_msg_wq); in sst_context_init()
364 destroy_workqueue(ctx->post_msg_wq); in sst_context_cleanup()
414 flush_workqueue(ctx->post_msg_wq); in intel_sst_runtime_suspend()
451 flush_workqueue(ctx->post_msg_wq); in intel_sst_suspend()
H A Dsst.h340 * @post_msg_wq : wq to post IPC messages
382 struct workqueue_struct *post_msg_wq; member
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/
H A Dsst.c73 queue_work(drv->post_msg_wq, &drv->ipc_post_msg_wq); in intel_sst_interrupt_mrfld()
210 ctx->post_msg_wq = in sst_workqueue_init()
212 if (!ctx->post_msg_wq) in sst_workqueue_init()
357 destroy_workqueue(ctx->post_msg_wq); in sst_context_init()
369 destroy_workqueue(ctx->post_msg_wq); in sst_context_cleanup()
419 flush_workqueue(ctx->post_msg_wq); in intel_sst_runtime_suspend()
456 flush_workqueue(ctx->post_msg_wq); in intel_sst_suspend()
H A Dsst.h337 * @post_msg_wq : wq to post IPC messages
379 struct workqueue_struct *post_msg_wq; member

Completed in 4 milliseconds