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()352 destroy_workqueue(ctx->post_msg_wq); in sst_context_init()365 destroy_workqueue(ctx->post_msg_wq); in sst_context_cleanup()416 flush_workqueue(ctx->post_msg_wq); in intel_sst_runtime_suspend()453 flush_workqueue(ctx->post_msg_wq); in intel_sst_suspend()
375 struct workqueue_struct *post_msg_wq; member