/Linux-v4.19/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-v4.19/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-v4.19/arch/ia64/kernel/ |
D | dma-mapping.c | 9 const struct dma_map_ops *dma_ops; variable
|
/Linux-v4.19/arch/x86/include/asm/ |
D | device.h | 17 const struct dma_map_ops *dma_ops; member
|
/Linux-v4.19/drivers/ide/ |
D | ide-dma.c | 449 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in ide_dma_timeout_retry() local 533 const struct ide_dma_ops *dma_ops = drive->hwif->dma_ops; in ide_dma_prepare() local
|
D | ide-taskfile.c | 86 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
|
/Linux-v4.19/arch/x86/kernel/ |
D | pci-dma.c | 20 const struct dma_map_ops *dma_ops = &dma_direct_ops; variable
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | dma.c | 31 const struct dma_map_ops *dma_ops; variable
|
/Linux-v4.19/drivers/misc/mic/bus/ |
D | mic_bus.c | 146 mbus_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in mbus_register_device()
|
D | vop_bus.c | 145 const struct dma_map_ops *dma_ops, in vop_register_device()
|
D | scif_bus.c | 141 scif_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in scif_register_device()
|
/Linux-v4.19/arch/arm/mm/ |
D | dma-mapping-nommu.c | 219 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | dma.c | 331 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local
|
D | pci-common.c | 67 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
|
/Linux-v4.19/drivers/mmc/host/ |
D | renesas_sdhi_core.c | 550 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
|
D | dw_mmc.h | 184 const struct dw_mci_dma_ops *dma_ops; member 270 struct dw_mci_dma_ops *dma_ops; member
|
D | tmio_mmc.h | 201 const struct tmio_mmc_dma_ops *dma_ops; member
|
/Linux-v4.19/arch/sparc/kernel/ |
D | ioport.c | 531 const struct dma_map_ops *dma_ops = &sbus_dma_ops; variable
|
D | iommu.c | 778 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
/Linux-v4.19/drivers/media/pci/tw686x/ |
D | tw686x.h | 134 const struct tw686x_dma_ops *dma_ops; member
|
/Linux-v4.19/drivers/spi/ |
D | spi-dw.h | 135 const struct dw_spi_dma_ops *dma_ops; member
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 567 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode() local
|
/Linux-v4.19/drivers/pci/controller/ |
D | vmd.c | 99 struct dma_map_ops dma_ops; member
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | iommu.c | 1156 const struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local
|
/Linux-v4.19/include/linux/ |
D | dma-mapping.h | 209 const struct dma_map_ops *dma_ops) in set_dma_ops()
|