Searched refs:post_msg_wq (Results 1 – 2 of 2) sorted by relevance
72 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()363 destroy_workqueue(ctx->post_msg_wq); in sst_context_cleanup()413 flush_workqueue(ctx->post_msg_wq); in intel_sst_runtime_suspend()450 flush_workqueue(ctx->post_msg_wq); in intel_sst_suspend()
382 struct workqueue_struct *post_msg_wq; member