Searched defs:dma_ops (Results 1 – 1 of 1) sorted by relevance
17 struct dma_ops { struct18 int (*request)(dmach_t, dma_t *); /* optional */19 void (*free)(dmach_t, dma_t *); /* optional */20 void (*enable)(dmach_t, dma_t *); /* mandatory */21 void (*disable)(dmach_t, dma_t *); /* mandatory */45 struct dma_ops *d_ops; argument