Searched refs:dma_descs (Results 1 – 4 of 4) sorted by relevance
68 desc = &ac->dma_descs[pb]; in tw686x_audio_irq()301 if (!ac->dma_descs[pb].virt) in tw686x_audio_dma_free()303 pci_free_consistent(dev->pci_dev, ac->dma_descs[pb].size, in tw686x_audio_dma_free()304 ac->dma_descs[pb].virt, in tw686x_audio_dma_free()305 ac->dma_descs[pb].phys); in tw686x_audio_dma_free()306 ac->dma_descs[pb].virt = NULL; in tw686x_audio_dma_free()328 &ac->dma_descs[pb].phys); in tw686x_audio_dma_alloc()335 ac->dma_descs[pb].virt = virt; in tw686x_audio_dma_alloc()336 ac->dma_descs[pb].size = AUDIO_DMA_SIZE_MAX; in tw686x_audio_dma_alloc()337 reg_write(dev, reg, ac->dma_descs[pb].phys); in tw686x_audio_dma_alloc()
52 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_buf_done()80 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_memcpy_dma_free()109 WARN(vc->dma_descs[pb].virt, in tw686x_memcpy_dma_alloc()114 &vc->dma_descs[pb].phys); in tw686x_memcpy_dma_alloc()121 vc->dma_descs[pb].size = len; in tw686x_memcpy_dma_alloc()122 vc->dma_descs[pb].virt = virt; in tw686x_memcpy_dma_alloc()123 reg_write(dev, reg, vc->dma_descs[pb].phys); in tw686x_memcpy_dma_alloc()257 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_sg_dma_free()272 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_sg_dma_alloc()291 virt = dev->video_channels[0].dma_descs[pb].virt + in tw686x_sg_dma_alloc()[all …]
70 struct tw686x_dma_desc dma_descs[2]; member85 struct tw686x_dma_desc dma_descs[2]; member
66 + struct dma_desc dma_descs[MAX_BUFFERS];231 + ctx->dma_descs[i].valid = 0;240 + struct dma_desc *dma_desc = &ctx->dma_descs[ctx->current_buf];262 + struct dma_desc *dma_desc = &ctx->dma_descs[ctx->current_buf];