Home
last modified time | relevance | path

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

/arch/arm/include/asm/mach/
Ddma.h14 struct dma_ops { struct
15 int (*request)(unsigned int, dma_t *); /* optional */
16 void (*free)(unsigned int, dma_t *); /* optional */
40 const struct dma_ops *d_ops; argument
/arch/sh/include/asm/
Ddma.h52 struct dma_ops { struct
53 int (*request)(struct dma_channel *chan);
54 void (*free)(struct dma_channel *chan);
56 int (*get_residue)(struct dma_channel *chan);
57 int (*xfer)(struct dma_channel *chan);
58 int (*configure)(struct dma_channel *chan, unsigned long flags);
59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops; variable
/arch/x86/kernel/
Dpci-dma.c20 const struct dma_map_ops *dma_ops; variable
/arch/sparc/kernel/
Diommu.c765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/arch/powerpc/kernel/
Dpci-common.c65 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/arch/arm/mm/
Ddma-mapping.c2266 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local