Searched defs:dma_ops (Results 1 – 9 of 9) sorted by relevance
14 struct dma_ops { struct15 int (*request)(unsigned int, dma_t *); /* optional */16 void (*free)(unsigned int, dma_t *); /* optional */40 const struct dma_ops *d_ops; argument
53 struct dma_ops { struct54 int (*request)(struct dma_channel *chan);55 void (*free)(struct dma_channel *chan);57 int (*get_residue)(struct dma_channel *chan);58 int (*xfer)(struct dma_channel *chan);59 int (*configure)(struct dma_channel *chan, unsigned long flags);60 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
17 const struct dma_map_ops *dma_ops; member
8 const struct dma_map_ops *dma_ops; variable
21 const struct dma_map_ops *dma_ops; variable
378 const struct dma_map_ops *dma_ops; variable
768 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
64 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
2295 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local