Home
last modified time | relevance | path

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

/arch/arm/include/asm/mach/
Ddma.h17 struct dma_ops { struct
18 int (*request)(unsigned int, dma_t *); /* optional */
19 void (*free)(unsigned int, dma_t *); /* optional */
43 const struct dma_ops *d_ops; argument
/arch/sh/include/asm/
Ddma.h56 struct dma_ops { struct
57 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);
/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops; variable
/arch/x86/include/asm/
Ddevice.h14 const struct dma_map_ops *dma_ops; member
/arch/alpha/kernel/
Dpci-noop.c137 const struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
Dpci_iommu.c954 const struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
/arch/sh/mm/
Dconsistent.c25 const struct dma_map_ops *dma_ops; variable
/arch/x86/kernel/
Dpci-dma.c21 const struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
/arch/hexagon/kernel/
Ddma.c30 const struct dma_map_ops *dma_ops; variable
/arch/tile/kernel/
Dpci-dma.c566 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
596 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local
/arch/arm/mm/
Ddma-mapping-nommu.c222 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
Ddma-mapping.c2392 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
/arch/powerpc/kernel/
Ddma.c338 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local
Dpci-common.c65 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/arch/sparc/kernel/
Diommu.c778 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
Dioport.c662 const struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
/arch/powerpc/platforms/cell/
Diommu.c1156 const struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local