Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds