/linux-4.4.14/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-4.4.14/arch/sh/include/asm/ |
D | dma.h | 56 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);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | device.h | 13 struct dma_map_ops *dma_ops; member
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | device.h | 13 struct dma_map_ops *dma_ops; member
|
/linux-4.4.14/arch/ia64/kernel/ |
D | dma-mapping.c | 7 struct dma_map_ops *dma_ops; variable
|
/linux-4.4.14/arch/x86/include/asm/ |
D | device.h | 6 struct dma_map_ops *dma_ops; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | device.h | 21 struct dma_map_ops *dma_ops; member
|
D | dma-mapping.h | 82 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | device.h | 20 struct dma_map_ops *dma_ops; member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | device.h | 10 struct dma_map_ops *dma_ops; member
|
/linux-4.4.14/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-4.4.14/arch/powerpc/include/asm/ |
D | device.h | 24 struct dma_map_ops *dma_ops; member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | dma.c | 312 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
|
D | pci-common.c | 56 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops()
|
/linux-4.4.14/arch/sh/mm/ |
D | consistent.c | 25 struct dma_map_ops *dma_ops; variable
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | dma.c | 28 struct dma_map_ops *dma_ops; variable
|
/linux-4.4.14/drivers/misc/mic/bus/ |
D | mic_bus.c | 146 mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, in mbus_register_device()
|
D | scif_bus.c | 141 scif_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, in scif_register_device()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | pci-noop.c | 178 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable
|
D | pci_iommu.c | 953 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable
|
/linux-4.4.14/include/linux/mmc/ |
D | dw_mmc.h | 168 const struct dw_mci_dma_ops *dma_ops; member 279 struct dw_mci_dma_ops *dma_ops; member
|
/linux-4.4.14/drivers/spi/ |
D | spi-dw.h | 133 struct dw_spi_dma_ops *dma_ops; member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ioport.c | 658 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
|
D | iommu.c | 755 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci-dma.c | 589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 531 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode() local
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 1175 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local
|
/linux-4.4.14/include/linux/ |
D | ide.h | 714 const struct ide_dma_ops *dma_ops; member 1312 const struct ide_dma_ops *dma_ops; member
|
/linux-4.4.14/arch/arm/mm/ |
D | dma-mapping.c | 2133 struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1803 struct ib_dma_mapping_ops *dma_ops; member
|