Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/arch/sh/include/asm/
Ddma.h52 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);
/Linux-v6.1/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops; variable
/Linux-v6.1/arch/x86/kernel/
Dpci-dma.c23 const struct dma_map_ops *dma_ops; variable
/Linux-v6.1/include/linux/
Ddma-map-ops.h97 const struct dma_map_ops *dma_ops) in set_dma_ops()
107 const struct dma_map_ops *dma_ops) in set_dma_ops()
Ddevice.h588 const struct dma_map_ops *dma_ops; member
/Linux-v6.1/drivers/media/pci/tw686x/
Dtw686x.h131 const struct tw686x_dma_ops *dma_ops; member
/Linux-v6.1/drivers/mmc/host/
Ddw_mmc.h184 const struct dw_mci_dma_ops *dma_ops; member
277 struct dw_mci_dma_ops *dma_ops; member
Dtmio_mmc.h193 const struct tmio_mmc_dma_ops *dma_ops; member
Drenesas_sdhi_core.c905 const struct tmio_mmc_dma_ops *dma_ops, in renesas_sdhi_probe()
/Linux-v6.1/arch/sparc/kernel/
Diommu.c765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/Linux-v6.1/drivers/spi/
Dspi-dw.h195 const struct dw_spi_dma_ops *dma_ops; member
/Linux-v6.1/arch/powerpc/kernel/
Dpci-common.c66 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()