Lines Matching refs:work_queue
730 queue_delayed_work(aw883xx->work_queue, in aw883xx_start()
1327 queue_delayed_work(aw883xx->work_queue, in aw883xx_load_fw()
1439 aw883xx->work_queue = create_singlethread_workqueue("aw883xx"); in aw883xx_codec_probe()
1440 if (!aw883xx->work_queue) { in aw883xx_codec_probe()
1473 if (aw883xx->work_queue) in aw883xx_codec_remove()
1474 destroy_workqueue(aw883xx->work_queue); in aw883xx_codec_remove()
1491 if (aw883xx->work_queue) in aw883xx_codec_remove()
1492 destroy_workqueue(aw883xx->work_queue); in aw883xx_codec_remove()
1557 aw883xx->work_queue = NULL; in aw883xx_malloc_init()
1695 if (aw883xx->work_queue) in aw883xx_irq()
1696 queue_delayed_work(aw883xx->work_queue, in aw883xx_irq()