/Linux-v5.4/arch/arm/include/asm/mach/ |
D | dma.h | 14 struct dma_ops { struct 15 int (*request)(unsigned int, dma_t *); /* optional */ 16 void (*free)(unsigned int, dma_t *); /* optional */ 40 const struct dma_ops *d_ops; argument
|
/Linux-v5.4/arch/sh/include/asm/ |
D | dma.h | 53 struct dma_ops { struct 54 int (*request)(struct dma_channel *chan); 55 void (*free)(struct dma_channel *chan); 57 int (*get_residue)(struct dma_channel *chan); 58 int (*xfer)(struct dma_channel *chan); 59 int (*configure)(struct dma_channel *chan, unsigned long flags); 60 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
|
/Linux-v5.4/arch/x86/include/asm/ |
D | device.h | 17 const struct dma_map_ops *dma_ops; member
|
/Linux-v5.4/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 | 87 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
|
/Linux-v5.4/arch/ia64/kernel/ |
D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops; variable
|
/Linux-v5.4/arch/x86/kernel/ |
D | pci-dma.c | 21 const struct dma_map_ops *dma_ops; variable
|
/Linux-v5.4/drivers/misc/mic/bus/ |
D | mic_bus.c | 135 mbus_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in mbus_register_device()
|
D | vop_bus.c | 134 const struct dma_map_ops *dma_ops, in vop_register_device()
|
D | scif_bus.c | 133 scif_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in scif_register_device()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | ioport.c | 376 const struct dma_map_ops *dma_ops; variable
|
D | iommu.c | 768 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
/Linux-v5.4/drivers/mmc/host/ |
D | renesas_sdhi_core.c | 639 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
|
D | dw_mmc.h | 180 const struct dw_mci_dma_ops *dma_ops; member 266 struct dw_mci_dma_ops *dma_ops; member
|
D | tmio_mmc.h | 199 const struct tmio_mmc_dma_ops *dma_ops; member
|
/Linux-v5.4/drivers/media/pci/tw686x/ |
D | tw686x.h | 131 const struct tw686x_dma_ops *dma_ops; member
|
/Linux-v5.4/drivers/spi/ |
D | spi-dw.h | 137 const struct dw_spi_dma_ops *dma_ops; member
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | pci-common.c | 64 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
|
/Linux-v5.4/drivers/pci/controller/ |
D | vmd.c | 102 struct dma_map_ops dma_ops; member
|
/Linux-v5.4/include/linux/ |
D | dma-mapping.h | 272 const struct dma_map_ops *dma_ops) in set_dma_ops()
|
D | ide.h | 755 const struct ide_dma_ops *dma_ops; member 1355 const struct ide_dma_ops *dma_ops; member
|
D | device.h | 1266 const struct dma_map_ops *dma_ops; member
|
/Linux-v5.4/arch/arm/mm/ |
D | dma-mapping.c | 2295 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
|