Home
last modified time | relevance | path

Searched defs:dma_ops (Results 1 – 23 of 23) 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/xtensa/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/arch/x86/include/asm/
Ddevice.h6 struct dma_map_ops *dma_ops; member
/arch/ia64/kernel/
Ddma-mapping.c7 struct dma_map_ops *dma_ops; variable
/arch/mips/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/arch/tile/include/asm/
Ddevice.h21 struct dma_map_ops *dma_ops; member
Ddma-mapping.h82 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
/arch/arm64/include/asm/
Ddevice.h20 struct dma_map_ops *dma_ops; member
/arch/arm/include/asm/
Ddevice.h10 struct dma_map_ops *dma_ops; member
/arch/powerpc/include/asm/
Ddevice.h24 struct dma_map_ops *dma_ops; member
/arch/sh/mm/
Dconsistent.c25 struct dma_map_ops *dma_ops; variable
/arch/powerpc/kernel/
Ddma.c312 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_set_mask() local
340 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local
Dpci-common.c56 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/arch/x86/kernel/
Dpci-dma.c20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
/arch/hexagon/kernel/
Ddma.c28 struct dma_map_ops *dma_ops; variable
/arch/alpha/kernel/
Dpci-noop.c178 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
Dpci_iommu.c953 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
/arch/sparc/kernel/
Diommu.c755 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
Dioport.c658 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
/arch/tile/kernel/
Dpci-dma.c589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local
/arch/powerpc/platforms/cell/
Diommu.c1176 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local
/arch/arm/mm/
Ddma-mapping.c2151 struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local