Searched defs:dma_ops (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/include/ |
H A D | dma-uclass.h | 24 struct dma_ops { struct 44 int (*of_xlate)(struct dma *dma, 59 int (*request)(struct dma *dma); 68 int (*free)(struct dma *dma); 75 int (*enable)(struct dma *dma); 82 int (*disable)(struct dma *dma); 91 int (*prepare_rcv_buf)(struct dma *dma, void *dst, size_t size); 100 int (*receive)(struct dma *dma, void **dst, void *metadata); 110 int (*send)(struct dma *dma, void *src, size_t len, void *metadata); 124 int (*transfer)(struct udevice *dev, int direction, void *dst,
|
/openbmc/linux/arch/arm/include/asm/mach/ |
H A 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
|
/openbmc/linux/arch/sh/include/asm/ |
H A 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);
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops; variable
|
/openbmc/linux/arch/x86/kernel/ |
H A D | pci-dma.c | 23 const struct dma_map_ops *dma_ops; variable
|
/openbmc/linux/include/linux/ |
H A 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()
|
H A D | device.h | 738 const struct dma_map_ops *dma_ops; member
|
/openbmc/linux/drivers/media/pci/tw686x/ |
H A D | tw686x.h | 131 const struct tw686x_dma_ops *dma_ops; member
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc.h | 184 const struct dw_mci_dma_ops *dma_ops; member 277 struct dw_mci_dma_ops *dma_ops; member
|
H A D | tmio_mmc.h | 194 const struct tmio_mmc_dma_ops *dma_ops; member
|
H A D | renesas_sdhi_core.c | 905 const struct tmio_mmc_dma_ops *dma_ops, in renesas_sdhi_probe()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | iommu.c | 765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
/openbmc/linux/drivers/spi/ |
H A D | spi-dw.h | 196 const struct dw_spi_dma_ops *dma_ops; member
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_dpdma.c | 554 static const MemoryRegionOps dma_ops = { variable
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 66 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
|