Lines Matching refs:omap_desc
52 struct omap_desc *desc;
62 struct omap_desc { struct
171 static inline struct omap_desc *to_omap_dma_desc(struct dma_async_tx_descriptor *t) in to_omap_dma_desc()
173 return container_of(t, struct omap_desc, vd.tx); in to_omap_dma_desc()
178 kfree(container_of(vd, struct omap_desc, vd)); in omap_dma_desc_free()
280 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()
359 static void omap_dma_start_sg(struct omap_chan *c, struct omap_desc *d, in omap_dma_start_sg()
387 struct omap_desc *d; in omap_dma_start_desc()
433 struct omap_desc *d; in omap_dma_callback()
599 static size_t omap_dma_desc_size(struct omap_desc *d) in omap_dma_desc_size()
610 static size_t omap_dma_desc_size_pos(struct omap_desc *d, dma_addr_t addr) in omap_dma_desc_size_pos()
712 struct omap_desc *d = c->desc; in omap_dma_tx_status()
764 struct omap_desc *d; in omap_dma_prep_slave_sg()
861 struct omap_desc *d; in omap_dma_prep_dma_cyclic()