Home
last modified time | relevance | path

Searched refs:axi_dma_desc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac.h46 struct axi_dma_desc *desc;
96 struct axi_dma_desc { struct
116 static inline struct axi_dma_desc *vd_to_axi_desc(struct virt_dma_desc *vd) in vd_to_axi_desc() argument
118 return container_of(vd, struct axi_dma_desc, vd); in vd_to_axi_desc()
Ddw-axi-dmac-platform.c203 static struct axi_dma_desc *axi_desc_alloc(u32 num) in axi_desc_alloc()
205 struct axi_dma_desc *desc; in axi_desc_alloc()
239 static void axi_desc_put(struct axi_dma_desc *desc) in axi_desc_put()
336 struct axi_dma_desc *first) in axi_chan_block_xfer_start()
396 struct axi_dma_desc *desc; in axi_chan_start_first_queued()
546 struct axi_dma_desc *desc) in set_desc_dest_master()
682 struct axi_dma_desc *desc = NULL; in dw_axi_dma_chan_prep_cyclic()
759 struct axi_dma_desc *desc = NULL; in dw_axi_dma_chan_prep_slave_sg()
838 struct axi_dma_desc *desc = NULL; in dma_chan_prep_dma_memcpy()
958 struct axi_dma_desc *desc_head) in axi_chan_list_dump_lli()
[all …]