Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dsprd-dma.c184 struct sprd_dma_desc { struct
201 struct sprd_dma_desc *cur_desc; argument
233 static inline struct sprd_dma_desc *to_sprd_dma_desc(struct virt_dma_desc *vd) in to_sprd_dma_desc()
235 return container_of(vd, struct sprd_dma_desc, vd); in to_sprd_dma_desc()
487 struct sprd_dma_desc *sdesc) in sprd_dma_set_chn_config()
548 static bool sprd_dma_check_trans_done(struct sprd_dma_desc *sdesc, in sprd_dma_check_trans_done()
566 struct sprd_dma_desc *sdesc; in dma_irq_handle()
651 struct sprd_dma_desc *sdesc = to_sprd_dma_desc(vd); in sprd_dma_tx_status()
663 struct sprd_dma_desc *sdesc = schan->cur_desc; in sprd_dma_tx_status()
869 struct sprd_dma_desc *sdesc; in sprd_dma_prep_dma_memcpy()
[all …]