Home
last modified time | relevance | path

Searched defs:dma_ops (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/arch/arm/include/asm/mach/
Ddma.h14 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/
Ddma.h53 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/
Ddevice.h17 const struct dma_map_ops *dma_ops; member
/Linux-v5.4/drivers/ide/
Dide-dma.c449 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
Dide-taskfile.c87 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
/Linux-v5.4/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops; variable
/Linux-v5.4/arch/x86/kernel/
Dpci-dma.c21 const struct dma_map_ops *dma_ops; variable
/Linux-v5.4/drivers/misc/mic/bus/
Dmic_bus.c135 mbus_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in mbus_register_device()
Dvop_bus.c134 const struct dma_map_ops *dma_ops, in vop_register_device()
Dscif_bus.c133 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/
Dioport.c376 const struct dma_map_ops *dma_ops; variable
Diommu.c768 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/Linux-v5.4/drivers/mmc/host/
Drenesas_sdhi_core.c639 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
Ddw_mmc.h180 const struct dw_mci_dma_ops *dma_ops; member
266 struct dw_mci_dma_ops *dma_ops; member
Dtmio_mmc.h199 const struct tmio_mmc_dma_ops *dma_ops; member
/Linux-v5.4/drivers/media/pci/tw686x/
Dtw686x.h131 const struct tw686x_dma_ops *dma_ops; member
/Linux-v5.4/drivers/spi/
Dspi-dw.h137 const struct dw_spi_dma_ops *dma_ops; member
/Linux-v5.4/arch/powerpc/kernel/
Dpci-common.c64 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/Linux-v5.4/drivers/pci/controller/
Dvmd.c102 struct dma_map_ops dma_ops; member
/Linux-v5.4/include/linux/
Ddma-mapping.h272 const struct dma_map_ops *dma_ops) in set_dma_ops()
Dide.h755 const struct ide_dma_ops *dma_ops; member
1355 const struct ide_dma_ops *dma_ops; member
Ddevice.h1266 const struct dma_map_ops *dma_ops; member
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c2295 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local