Searched refs:post_msg_wq (Results 1 – 2 of 2) sorted by relevance
80 queue_work(drv->post_msg_wq, &drv->ipc_post_msg_wq); in intel_sst_interrupt_mrfld()217 ctx->post_msg_wq = in sst_workqueue_init()219 if (!ctx->post_msg_wq) in sst_workqueue_init()360 destroy_workqueue(ctx->post_msg_wq); in sst_context_init()373 destroy_workqueue(ctx->post_msg_wq); in sst_context_cleanup()424 flush_workqueue(ctx->post_msg_wq); in intel_sst_runtime_suspend()461 flush_workqueue(ctx->post_msg_wq); in intel_sst_suspend()
383 struct workqueue_struct *post_msg_wq; member