| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| D | dma.h | 52 struct dma_ops { struct 53 int (*request)(struct dma_channel *chan); 54 void (*free)(struct dma_channel *chan); 56 int (*get_residue)(struct dma_channel *chan); 57 int (*xfer)(struct dma_channel *chan); 58 int (*configure)(struct dma_channel *chan, unsigned long flags); 59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | dma.h | 52 struct dma_ops { struct 53 int (*request)(struct dma_channel *chan); 54 void (*free)(struct dma_channel *chan); 56 int (*get_residue)(struct dma_channel *chan); 57 int (*xfer)(struct dma_channel *chan); 58 int (*configure)(struct dma_channel *chan, unsigned long flags); 59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops; variable
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops; variable
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | pci-dma.c | 20 const struct dma_map_ops *dma_ops; variable
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | pci-dma.c | 23 const struct dma_map_ops *dma_ops; variable
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dma-map-ops.h | 85 const struct dma_map_ops *dma_ops) in set_dma_ops() 95 const struct dma_map_ops *dma_ops) in set_dma_ops()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | dma-map-ops.h | 98 const struct dma_map_ops *dma_ops) in set_dma_ops() 108 const struct dma_map_ops *dma_ops) in set_dma_ops()
|
| /kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
| D | tw686x.h | 131 const struct tw686x_dma_ops *dma_ops; member
|
| /kernel/linux/linux-6.6/drivers/media/pci/tw686x/ |
| D | tw686x.h | 131 const struct tw686x_dma_ops *dma_ops; member
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| 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 | 189 const struct tmio_mmc_dma_ops *dma_ops; member
|
| D | renesas_sdhi_core.c | 915 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
|
| /kernel/linux/linux-6.6/drivers/mmc/host/ |
| D | dw_mmc.h | 184 const struct dw_mci_dma_ops *dma_ops; member 277 struct dw_mci_dma_ops *dma_ops; member
|
| D | tmio_mmc.h | 194 const struct tmio_mmc_dma_ops *dma_ops; member
|
| D | renesas_sdhi_core.c | 905 const struct tmio_mmc_dma_ops *dma_ops, in renesas_sdhi_probe()
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | iommu.c | 765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | iommu.c | 767 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-dw.h | 185 const struct dw_spi_dma_ops *dma_ops; member
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-dw.h | 196 const struct dw_spi_dma_ops *dma_ops; member
|
| /kernel/linux/linux-5.10/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()
|