Searched defs:ep93xx_dma_engine (Results 1 – 1 of 1) sorted by relevance
200 struct ep93xx_dma_engine { struct201 struct dma_device dma_dev;202 bool m2m;203 int (*hw_setup)(struct ep93xx_dma_chan *);204 void (*hw_shutdown)(struct ep93xx_dma_chan *);205 void (*hw_submit)(struct ep93xx_dma_chan *);206 int (*hw_interrupt)(struct ep93xx_dma_chan *);211 size_t num_channels;212 struct ep93xx_dma_chan channels[];