Home
last modified time | relevance | path

Searched refs:omap_desc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/dma/ti/
Domap-dma.c57 struct omap_desc *desc;
92 struct omap_desc { struct
222 static inline struct omap_desc *to_omap_dma_desc(struct dma_async_tx_descriptor *t) in to_omap_dma_desc()
224 return container_of(t, struct omap_desc, vd.tx); in to_omap_dma_desc()
229 struct omap_desc *d = to_omap_dma_desc(&vd->tx); in omap_dma_desc_free()
245 static void omap_dma_fill_type2_desc(struct omap_desc *d, int idx, in omap_dma_fill_type2_desc()
388 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()
505 static void omap_dma_start_sg(struct omap_chan *c, struct omap_desc *d) in omap_dma_start_sg()
533 struct omap_desc *d; in omap_dma_start_desc()
579 struct omap_desc *d; in omap_dma_callback()
[all …]