Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddma-axi-dmac.c108 struct axi_dmac_desc { struct
122 struct axi_dmac_desc *next_desc; argument
161 static struct axi_dmac_desc *to_axi_dmac_desc(struct virt_dma_desc *vdesc) in to_axi_dmac_desc()
163 return container_of(vdesc, struct axi_dmac_desc, vdesc); in to_axi_dmac_desc()
207 struct axi_dmac_desc *desc; in axi_dmac_start_transfer()
275 static struct axi_dmac_desc *axi_dmac_active_desc(struct axi_dmac_chan *chan) in axi_dmac_active_desc()
278 struct axi_dmac_desc, vdesc.node); in axi_dmac_active_desc()
293 struct axi_dmac_desc *desc; in axi_dmac_dequeue_partial_xfers()
337 struct axi_dmac_desc *active) in axi_dmac_compute_residue()
361 struct axi_dmac_desc *active; in axi_dmac_transfer_done()
[all …]