Home
last modified time | relevance | path

Searched refs:sf_pdma_desc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/sf-pdma/
H A Dsf-pdma.c47 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 *des in sf_pdma_xfer_desc()
[all...]
H A Dsf-pdma.h78 struct sf_pdma_desc { struct
101 struct sf_pdma_desc *desc;
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/
H A Dsf-pdma.c47 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 *des in sf_pdma_xfer_desc()
[all...]
H A Dsf-pdma.h74 struct sf_pdma_desc { struct
96 struct sf_pdma_desc *desc;

Completed in 2 milliseconds