Searched defs:ep93xx_dma_engine (Results 1 – 1 of 1) sorted by relevance
201 struct ep93xx_dma_engine { struct202 struct dma_device dma_dev;203 bool m2m;204 int (*hw_setup)(struct ep93xx_dma_chan *);205 void (*hw_synchronize)(struct ep93xx_dma_chan *);206 void (*hw_shutdown)(struct ep93xx_dma_chan *);207 void (*hw_submit)(struct ep93xx_dma_chan *);208 int (*hw_interrupt)(struct ep93xx_dma_chan *);213 size_t num_channels;214 struct ep93xx_dma_chan channels[];