Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/mach/
H 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
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H 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);
/OK3568_Linux_fs/u-boot/include/
H A Ddma.h36 struct dma_ops { struct
48 int (*transfer)(struct udevice *dev, int direction, void *dst,
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Ddma-mapping.c8 const struct dma_map_ops *dma_ops; variable
/OK3568_Linux_fs/kernel/drivers/ide/
H A 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
H A Dide-taskfile.c87 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-dma.c20 const struct dma_map_ops *dma_ops; variable
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-map-ops.h91 const struct dma_map_ops *dma_ops) in set_dma_ops()
101 const struct dma_map_ops *dma_ops) in set_dma_ops()
H A Ddevice.h500 const struct dma_map_ops *dma_ops; member
H A Dide.h755 const struct ide_dma_ops *dma_ops; member
1359 const struct ide_dma_ops *dma_ops; member
/OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/
H A Dtw686x.h131 const struct tw686x_dma_ops *dma_ops; member
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.h180 const struct dw_mci_dma_ops *dma_ops; member
272 struct dw_mci_dma_ops *dma_ops; member
H A Dtmio_mmc.h188 const struct tmio_mmc_dma_ops *dma_ops; member
H A Drenesas_sdhi_core.c913 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw.h185 const struct dw_spi_dma_ops *dma_ops; member
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Diommu.c767 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c64 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Ddma-mapping.c2260 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local