Lines Matching refs:omap_desc
56 struct omap_desc *desc;
66 struct omap_desc { struct
175 static inline struct omap_desc *to_omap_dma_desc(struct dma_async_tx_descriptor *t) in to_omap_dma_desc()
177 return container_of(t, struct omap_desc, vd.tx); in to_omap_dma_desc()
182 kfree(container_of(vd, struct omap_desc, vd)); in omap_dma_desc_free()
284 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()
363 static void omap_dma_start_sg(struct omap_chan *c, struct omap_desc *d, in omap_dma_start_sg()
391 struct omap_desc *d; in omap_dma_start_desc()
437 struct omap_desc *d; in omap_dma_callback()
604 static size_t omap_dma_desc_size(struct omap_desc *d) in omap_dma_desc_size()
615 static size_t omap_dma_desc_size_pos(struct omap_desc *d, dma_addr_t addr) in omap_dma_desc_size_pos()
717 struct omap_desc *d = c->desc; in omap_dma_tx_status()
769 struct omap_desc *d; in omap_dma_prep_slave_sg()
866 struct omap_desc *d; in omap_dma_prep_dma_cyclic()
965 struct omap_desc *d; in omap_dma_prep_dma_memcpy()