| /linux/drivers/spi/ |
| A D | spi-dw-core.c | 442 ret = dws->dma_ops->dma_setup(dws, transfer); in dw_spi_transfer_one() 450 return dws->dma_ops->dma_transfer(dws, transfer); in dw_spi_transfer_one() 465 dws->dma_ops->dma_stop(dws); in dw_spi_handle_err() 920 if (dws->dma_ops && dws->dma_ops->dma_init) { in dw_spi_add_host() 921 ret = dws->dma_ops->dma_init(dev, dws); in dw_spi_add_host() 925 master->can_dma = dws->dma_ops->can_dma; in dw_spi_add_host() 940 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host() 941 dws->dma_ops->dma_exit(dws); in dw_spi_add_host() 956 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host() 957 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
|
| /linux/drivers/media/pci/tw686x/ |
| A D | tw686x-video.c | 60 vb->field = dev->dma_ops->field; in tw686x_buf_done() 523 dev->dma_ops->buf_refill(vc, pb); in tw686x_start_streaming() 685 dev->dma_ops->free(vc, pb); in tw686x_set_format() 691 dev->dma_ops->free(vc, 0); in tw686x_set_format() 1155 if (dev->dma_ops->free) in tw686x_video_free() 1157 dev->dma_ops->free(vc, pb); in tw686x_video_free() 1167 dev->dma_ops = &memcpy_dma_ops; in tw686x_video_init() 1169 dev->dma_ops = &contig_dma_ops; in tw686x_video_init() 1171 dev->dma_ops = &sg_dma_ops; in tw686x_video_init() 1179 if (dev->dma_ops->setup) { in tw686x_video_init() [all …]
|
| A D | tw686x.h | 131 const struct tw686x_dma_ops *dma_ops; member
|
| /linux/arch/ia64/kernel/ |
| A D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops; variable 9 EXPORT_SYMBOL(dma_ops);
|
| /linux/drivers/mmc/host/ |
| A D | tmio_mmc_core.c | 56 if (host->dma_ops) in tmio_mmc_start_dma() 62 if (host->dma_ops && host->dma_ops->end) in tmio_mmc_end_dma() 63 host->dma_ops->end(host); in tmio_mmc_end_dma() 68 if (host->dma_ops) in tmio_mmc_enable_dma() 75 if (host->dma_ops) { in tmio_mmc_request_dma() 85 if (host->dma_ops) in tmio_mmc_release_dma() 86 host->dma_ops->release(host); in tmio_mmc_release_dma() 91 if (host->dma_ops) in tmio_mmc_abort_dma() 92 host->dma_ops->abort(host); in tmio_mmc_abort_dma() 97 if (host->dma_ops) in tmio_mmc_dataend_dma() [all …]
|
| A D | dw_mmc.c | 428 host->dma_ops->stop(host); in dw_mci_stop_dma() 489 host->dma_ops->cleanup(host); in dw_mci_dmac_complete_dma() 1096 host->dma_ops->stop(host); in dw_mci_submit_data_dma() 1130 host->dma_ops->stop(host); in dw_mci_submit_data_dma() 3019 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma() 3020 host->dma_ops->stop && host->dma_ops->cleanup) { in dw_mci_init_dma() 3337 host->dma_ops = host->pdata->dma_ops; in dw_mci_probe() 3420 host->dma_ops->exit(host); in dw_mci_probe() 3448 host->dma_ops->exit(host); in dw_mci_remove() 3465 host->dma_ops->exit(host); in dw_mci_runtime_suspend() [all …]
|
| A D | renesas_sdhi.h | 86 const struct tmio_mmc_dma_ops *dma_ops,
|
| A D | dw_mmc.h | 182 const struct dw_mci_dma_ops *dma_ops; member 273 struct dw_mci_dma_ops *dma_ops; member
|
| /linux/arch/ia64/include/asm/ |
| A D | dma-mapping.h | 9 extern const struct dma_map_ops *dma_ops; 13 return dma_ops; in get_arch_dma_ops()
|
| /linux/arch/x86/include/asm/ |
| A D | dma-mapping.h | 17 extern const struct dma_map_ops *dma_ops; 21 return dma_ops; in get_arch_dma_ops()
|
| /linux/arch/sparc/include/asm/ |
| A D | dma-mapping.h | 5 extern const struct dma_map_ops *dma_ops; 10 return IS_ENABLED(CONFIG_SPARC64) ? dma_ops : NULL; in get_arch_dma_ops()
|
| /linux/arch/arm/include/asm/mach/ |
| A D | dma.h | 14 struct dma_ops { struct 40 const struct dma_ops *d_ops; argument
|
| /linux/arch/x86/xen/ |
| A D | pci-swiotlb-xen.c | 63 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init() 83 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init_late()
|
| /linux/include/linux/ |
| A D | dma-map-ops.h | 80 if (dev->dma_ops) in get_dma_ops() 81 return dev->dma_ops; in get_dma_ops() 86 const struct dma_map_ops *dma_ops) in set_dma_ops() argument 88 dev->dma_ops = dma_ops; in set_dma_ops() 96 const struct dma_map_ops *dma_ops) in set_dma_ops() argument
|
| /linux/arch/arm64/mm/ |
| A D | dma-mapping.c | 36 dev->dma_ops = NULL; in arch_teardown_dma_ops() 57 dev->dma_ops = &xen_swiotlb_dma_ops; in arch_setup_dma_ops()
|
| /linux/arch/x86/kernel/ |
| A D | pci-dma.c | 20 const struct dma_map_ops *dma_ops; variable 21 EXPORT_SYMBOL(dma_ops);
|
| /linux/arch/sh/include/asm/ |
| A D | dma.h | 52 struct dma_ops { struct 92 struct dma_ops *ops;
|
| /linux/arch/sparc/kernel/ |
| A D | of_device_common.c | 70 op->dev.dma_ops = bus->dev.dma_ops; in of_propagate_archdata()
|
| /linux/arch/arm/mach-rpc/ |
| A D | dma.c | 247 static struct dma_ops iomd_dma_ops = { 313 static struct dma_ops floppy_dma_ops = { 327 static struct dma_ops sound_dma_ops = {
|
| /linux/arch/arm/mach-footbridge/ |
| A D | dma.c | 38 static struct dma_ops fb_dma_ops = {
|
| /linux/arch/sh/drivers/dma/ |
| A D | dma-pvr2.c | 67 static struct dma_ops pvr2_dma_ops = {
|
| /linux/arch/powerpc/include/asm/ |
| A D | pci.h | 51 extern void set_pci_dma_ops(const struct dma_map_ops *dma_ops);
|
| /linux/sound/core/ |
| A D | memalloc.c | 674 static const struct snd_malloc_ops *dma_ops[] = { variable 697 dmab->dev.type >= ARRAY_SIZE(dma_ops))) in snd_dma_get_ops() 699 return dma_ops[dmab->dev.type]; in snd_dma_get_ops()
|
| /linux/arch/sparc/mm/ |
| A D | iommu.c | 134 op->dev.dma_ops = &sbus_iommu_dma_gflush_ops; in sbus_iommu_init() 136 op->dev.dma_ops = &sbus_iommu_dma_pflush_ops; in sbus_iommu_init()
|
| /linux/arch/arm/kernel/ |
| A D | dma-isa.c | 130 static struct dma_ops isa_dma_ops = {
|