Searched refs:jz4740_dma_desc (Results 1 – 1 of 1) sorted by relevance
105 struct jz4740_dma_desc { struct122 struct jz4740_dma_desc *desc; argument146 static struct jz4740_dma_desc *to_jz4740_dma_desc(struct virt_dma_desc *vdesc) in to_jz4740_dma_desc()148 return container_of(vdesc, struct jz4740_dma_desc, vdesc); in to_jz4740_dma_desc()174 static struct jz4740_dma_desc *jz4740_dma_alloc_desc(unsigned int num_sgs) in jz4740_dma_alloc_desc()176 return kzalloc(sizeof(struct jz4740_dma_desc) + in jz4740_dma_alloc_desc()395 struct jz4740_dma_desc *desc; in jz4740_dma_prep_slave_sg()421 struct jz4740_dma_desc *desc; in jz4740_dma_prep_dma_cyclic()447 struct jz4740_dma_desc *desc, unsigned int next_sg) in jz4740_dma_desc_residue()502 kfree(container_of(vdesc, struct jz4740_dma_desc, vdesc)); in jz4740_dma_desc_free()