Home
last modified time | relevance | path

Searched defs:dma_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/asm-arm/mach/
Ddma.h17 struct dma_ops { struct
18 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