Searched refs:axi_dma_desc (Results 1 – 2 of 2) sorted by relevance
198 static struct axi_dma_desc *axi_desc_get(struct axi_dma_chan *chan) in axi_desc_get()201 struct axi_dma_desc *desc; in axi_desc_get()219 static void axi_desc_put(struct axi_dma_desc *desc) in axi_desc_put()223 struct axi_dma_desc *child, *_next; in axi_desc_put()261 static void write_desc_llp(struct axi_dma_desc *desc, dma_addr_t adr) in write_desc_llp()273 struct axi_dma_desc *first) in axi_chan_block_xfer_start()312 struct axi_dma_desc *desc; in axi_chan_start_first_queued()381 static void set_desc_last(struct axi_dma_desc *desc) in set_desc_last()390 static void write_desc_sar(struct axi_dma_desc *desc, dma_addr_t adr) in write_desc_sar()395 static void write_desc_dar(struct axi_dma_desc *desc, dma_addr_t adr) in write_desc_dar()[all …]
83 struct axi_dma_desc { struct101 static inline struct axi_dma_desc *vd_to_axi_desc(struct virt_dma_desc *vd) in vd_to_axi_desc() argument103 return container_of(vd, struct axi_dma_desc, vd); in vd_to_axi_desc()