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