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()
161 struct sf_pdma_desc *desc; in sf_pdma_desc_residue()
239 static struct sf_pdma_desc *sf_pdma_get_first_pending_desc(struct sf_pdma_chan *chan) in sf_pdma_get_first_pending_desc()
249 return container_of(vdesc, struct sf_pdma_desc, vdesc); in sf_pdma_get_first_pending_desc()
254 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_xfer_desc()
290 struct sf_pdma_desc *desc; in sf_pdma_free_desc()
323 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_errbh_tasklet()
357 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_done_isr()