Lines Matching refs:sf_pdma_desc
47 static inline struct sf_pdma_desc *to_sf_pdma_desc(struct virt_dma_desc *vd) in to_sf_pdma_desc()
49 return container_of(vd, struct sf_pdma_desc, vdesc); in to_sf_pdma_desc()
52 static struct sf_pdma_desc *sf_pdma_alloc_desc(struct sf_pdma_chan *chan) in sf_pdma_alloc_desc()
54 struct sf_pdma_desc *desc; in sf_pdma_alloc_desc()
65 static void sf_pdma_fill_desc(struct sf_pdma_desc *desc, in sf_pdma_fill_desc()
86 struct sf_pdma_desc *desc; in sf_pdma_prep_dma_memcpy()
160 struct sf_pdma_desc *desc; in sf_pdma_desc_residue()
238 static struct sf_pdma_desc *sf_pdma_get_first_pending_desc(struct sf_pdma_chan *chan) in sf_pdma_get_first_pending_desc()
248 return container_of(vdesc, struct sf_pdma_desc, vdesc); in sf_pdma_get_first_pending_desc()
253 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_xfer_desc()
289 struct sf_pdma_desc *desc; in sf_pdma_free_desc()
322 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_errbh_tasklet()
355 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_done_isr()