Lines Matching refs:dma_descs
52 struct tw686x_dma_desc *desc = &vc->dma_descs[pb];
80 struct tw686x_dma_desc *desc = &vc->dma_descs[pb];
109 WARN(vc->dma_descs[pb].virt,
114 &vc->dma_descs[pb].phys);
121 vc->dma_descs[pb].size = len;
122 vc->dma_descs[pb].virt = virt;
123 reg_write(dev, reg, vc->dma_descs[pb].phys);
257 struct tw686x_dma_desc *desc = &vc->dma_descs[pb];
272 struct tw686x_dma_desc *desc = &vc->dma_descs[pb];
291 virt = dev->video_channels[0].dma_descs[pb].virt +
324 vc->dma_descs[pb].size = sg_table_size;
514 (!vc->dma_descs[0].virt || !vc->dma_descs[1].virt)) {