Searched refs:aica_queue (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/sh/
H A Daica.c67 static struct workqueue_struct *aica_queue; variable in typeref:struct:workqueue_struct
330 queue_work(aica_queue, &(dreamcastcard->spu_dma_work)); aica_period_elapsed()
340 queue_work(aica_queue, &(dreamcastcard->spu_dma_work)); spu_begin_dma()
384 flush_workqueue(aica_queue); snd_aicapcm_pcm_close()
636 aica_queue = create_workqueue(CARD_NAME); snd_aica_probe()
637 if (unlikely(!aica_queue)) snd_aica_probe()
676 if (likely(aica_queue)) aica_exit()
677 destroy_workqueue(aica_queue); aica_exit()

Completed in 61 milliseconds