Home
last modified time | relevance | path

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

12

/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/unicore32/include/asm/
Ddma-mapping.h35 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
45 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
91 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
102 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
/arch/mips/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/arch/powerpc/include/asm/
Ddma-mapping.h127 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
146 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
164 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
175 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
Ddevice.h20 struct dma_map_ops *dma_ops; member
/arch/arm64/include/asm/
Ddevice.h20 struct dma_map_ops *dma_ops; member
/arch/ia64/kernel/
Ddma-mapping.c7 struct dma_map_ops *dma_ops; variable
/arch/x86/include/asm/
Ddevice.h6 struct dma_map_ops *dma_ops; member
/arch/tile/include/asm/
Ddevice.h21 struct dma_map_ops *dma_ops; member
Ddma-mapping.h93 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
123 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
137 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
/arch/hexagon/include/asm/
Ddma-mapping.h65 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
97 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
/arch/arm/include/asm/
Ddevice.h10 struct dma_map_ops *dma_ops; member
/arch/s390/include/asm/
Ddma-mapping.h35 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
51 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
/arch/powerpc/kernel/
Ddma.c237 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_set_mask() local
257 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local
Dpci-common.c57 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/arch/sh/mm/
Dconsistent.c25 struct dma_map_ops *dma_ops; variable
/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.c188 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
Dpci_iommu.c964 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
/arch/arm64/mm/
Ddma-mapping.c31 struct dma_map_ops *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/sparc/kernel/
Dioport.c658 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
Diommu.c841 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable

12