Home
last modified time | relevance | path

Searched refs:post_msg_wq (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst.c79 queue_work(drv->post_msg_wq, &drv->ipc_post_msg_wq); in intel_sst_interrupt_mrfld()
215 ctx->post_msg_wq = in sst_workqueue_init()
217 if (!ctx->post_msg_wq) in sst_workqueue_init()
321 destroy_workqueue(ctx->post_msg_wq); in sst_context_init()
333 destroy_workqueue(ctx->post_msg_wq); in sst_context_cleanup()
417 flush_workqueue(ctx->post_msg_wq); in intel_sst_runtime_suspend()
449 flush_workqueue(ctx->post_msg_wq); in intel_sst_suspend()
Dsst.h408 struct workqueue_struct *post_msg_wq; member