Searched defs:dma_ops (Results 1 – 17 of 17) sorted by relevance
17 struct dma_ops { struct18 int (*request)(unsigned int, dma_t *); /* optional */19 void (*free)(unsigned int, dma_t *); /* optional */43 const struct dma_ops *d_ops; argument
56 struct dma_ops { struct57 int (*request)(struct dma_channel *chan);58 void (*free)(struct dma_channel *chan);60 int (*get_residue)(struct dma_channel *chan);61 int (*xfer)(struct dma_channel *chan);62 int (*configure)(struct dma_channel *chan, unsigned long flags);63 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
8 const struct dma_map_ops *dma_ops; variable
14 const struct dma_map_ops *dma_ops; member
137 const struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
954 const struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
25 const struct dma_map_ops *dma_ops; variable
21 const struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
30 const struct dma_map_ops *dma_ops; variable
566 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local596 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local
222 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
2392 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
338 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local
65 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
778 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
662 const struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
1156 const struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local