Lines Matching defs:desc
51 struct hpc_dma_desc desc;
61 struct hal2_desc *desc;
448 struct hal2_desc *desc;
457 desc = dma_alloc_noncoherent(dev, count * sizeof(struct hal2_desc),
459 if (!desc) {
466 codec->desc = desc;
468 desc->desc.pbuf = buffer_dma + i * H2_BLOCK_SIZE;
469 desc->desc.cntinfo = HPCDMA_XIE | H2_BLOCK_SIZE;
470 desc->desc.pnext = (i == count - 1) ?
472 desc++;
487 codec->desc, codec->desc_dma, DMA_BIDIRECTIONAL);