Home
last modified time | relevance | path

Searched defs:dma_ops (Results 1 – 9 of 9) 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.h53 struct dma_ops { struct
54 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);
/arch/x86/include/asm/
Ddevice.h17 const struct dma_map_ops *dma_ops; member
/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops; variable
/arch/x86/kernel/
Dpci-dma.c21 const struct dma_map_ops *dma_ops; variable
/arch/sparc/kernel/
Dioport.c378 const struct dma_map_ops *dma_ops; variable
Diommu.c768 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/arch/powerpc/kernel/
Dpci-common.c64 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/arch/arm/mm/
Ddma-mapping.c2295 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local