Home
last modified time | relevance | path

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

12

/linux-3.4.99/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
/linux-3.4.99/arch/sh/include/asm/
Ddma.h65 struct dma_ops { struct
66 int (*request)(struct dma_channel *chan);
67 void (*free)(struct dma_channel *chan);
69 int (*get_residue)(struct dma_channel *chan);
70 int (*xfer)(struct dma_channel *chan);
71 int (*configure)(struct dma_channel *chan, unsigned long flags);
72 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
/linux-3.4.99/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
/linux-3.4.99/arch/powerpc/include/asm/
Ddma-mapping.h124 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local
141 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local
159 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
170 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
Ddevice.h20 struct dma_map_ops *dma_ops; member
/linux-3.4.99/arch/mips/include/asm/
Ddevice.h13 struct dma_map_ops *dma_ops; member
/linux-3.4.99/arch/hexagon/include/asm/
Ddma-mapping.h66 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local
98 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local
/linux-3.4.99/arch/ia64/kernel/
Ddma-mapping.c7 struct dma_map_ops *dma_ops; variable
/linux-3.4.99/arch/x86/include/asm/
Ddevice.h9 struct dma_map_ops *dma_ops; member
/linux-3.4.99/arch/microblaze/include/asm/
Ddevice.h16 struct dma_map_ops *dma_ops; member
/linux-3.4.99/arch/powerpc/kernel/
Ddma.c176 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
191 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_get_required_mask() local
Dpci-common.c55 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/linux-3.4.99/drivers/ide/
Dide-dma.c451 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in ide_dma_timeout_retry() local
535 const struct ide_dma_ops *dma_ops = drive->hwif->dma_ops; in ide_dma_prepare() local
Dide-taskfile.c85 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
/linux-3.4.99/arch/x86/kernel/
Dpci-dma.c20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
/linux-3.4.99/arch/sh/mm/
Dconsistent.c25 struct dma_map_ops *dma_ops; variable
/linux-3.4.99/arch/hexagon/kernel/
Ddma.c27 struct dma_map_ops *dma_ops; variable
/linux-3.4.99/arch/alpha/kernel/
Dpci-noop.c188 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
Dpci_iommu.c968 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
/linux-3.4.99/include/linux/mmc/
Ddw_mmc.h135 struct dw_mci_dma_ops *dma_ops; member
248 struct dw_mci_dma_ops *dma_ops; member
/linux-3.4.99/arch/sparc/kernel/
Dioport.c666 struct dma_map_ops *dma_ops = &pci32_dma_ops; variable
668 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
Diommu.c840 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/linux-3.4.99/sound/soc/samsung/
Ddma.c341 static struct snd_pcm_ops dma_ops = { variable
/linux-3.4.99/drivers/spi/
Dspi-dw.h151 struct dw_spi_dma_ops *dma_ops; member
/linux-3.4.99/arch/powerpc/platforms/cell/
Diommu.c1167 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local

12