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