| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dma.h | 36 struct dma_ops { struct 48 int (*transfer)(struct udevice *dev, int direction, void *dst,
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops; variable
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-dma.c | 449 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 D | ide-taskfile.c | 87 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pci-dma.c | 20 const struct dma_map_ops *dma_ops; variable
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-map-ops.h | 91 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 D | device.h | 500 const struct dma_map_ops *dma_ops; member
|
| H A D | ide.h | 755 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 D | tw686x.h | 131 const struct tw686x_dma_ops *dma_ops; member
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | dw_mmc.h | 180 const struct dw_mci_dma_ops *dma_ops; member 272 struct dw_mci_dma_ops *dma_ops; member
|
| H A D | tmio_mmc.h | 188 const struct tmio_mmc_dma_ops *dma_ops; member
|
| H A D | renesas_sdhi_core.c | 913 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-dw.h | 185 const struct dw_spi_dma_ops *dma_ops; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | iommu.c | 767 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | pci-common.c | 64 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 D | dma-mapping.c | 2260 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local
|