/linux-3.4.99/arch/arm/include/asm/mach/ |
D | dma.h | 17 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/ |
D | dma.h | 65 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/ |
D | dma-mapping.h | 35 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/ |
D | dma-mapping.h | 124 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
|
D | device.h | 20 struct dma_map_ops *dma_ops; member
|
/linux-3.4.99/arch/mips/include/asm/ |
D | device.h | 13 struct dma_map_ops *dma_ops; member
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | dma-mapping.h | 66 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/ |
D | dma-mapping.c | 7 struct dma_map_ops *dma_ops; variable
|
/linux-3.4.99/arch/x86/include/asm/ |
D | device.h | 9 struct dma_map_ops *dma_ops; member
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | device.h | 16 struct dma_map_ops *dma_ops; member
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | dma.c | 176 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
|
D | pci-common.c | 55 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops()
|
/linux-3.4.99/drivers/ide/ |
D | ide-dma.c | 451 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
|
D | ide-taskfile.c | 85 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
|
/linux-3.4.99/arch/x86/kernel/ |
D | pci-dma.c | 20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
|
/linux-3.4.99/arch/sh/mm/ |
D | consistent.c | 25 struct dma_map_ops *dma_ops; variable
|
/linux-3.4.99/arch/hexagon/kernel/ |
D | dma.c | 27 struct dma_map_ops *dma_ops; variable
|
/linux-3.4.99/arch/alpha/kernel/ |
D | pci-noop.c | 188 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
|
D | pci_iommu.c | 968 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
|
/linux-3.4.99/include/linux/mmc/ |
D | dw_mmc.h | 135 struct dw_mci_dma_ops *dma_ops; member 248 struct dw_mci_dma_ops *dma_ops; member
|
/linux-3.4.99/arch/sparc/kernel/ |
D | ioport.c | 666 struct dma_map_ops *dma_ops = &pci32_dma_ops; variable 668 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
|
D | iommu.c | 840 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
/linux-3.4.99/sound/soc/samsung/ |
D | dma.c | 341 static struct snd_pcm_ops dma_ops = { variable
|
/linux-3.4.99/drivers/spi/ |
D | spi-dw.h | 151 struct dw_spi_dma_ops *dma_ops; member
|
/linux-3.4.99/arch/powerpc/platforms/cell/ |
D | iommu.c | 1167 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local
|