Home
last modified time | relevance | path

Searched refs:dma_ops (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/spi/
H A Dspi-dw-core.c451 ret = dws->dma_ops->dma_setup(dws, transfer); in dw_spi_transfer_one()
459 return dws->dma_ops->dma_transfer(dws, transfer); in dw_spi_transfer_one()
473 dws->dma_ops->dma_stop(dws); in dw_spi_abort()
990 if (dws->dma_ops && dws->dma_ops->dma_init) { in dw_spi_add_controller()
991 ret = dws->dma_ops->dma_init(dev, dws); in dw_spi_add_controller()
997 ctlr->can_dma = dws->dma_ops->can_dma; in dw_spi_add_controller()
1012 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_controller()
1013 dws->dma_ops->dma_exit(dws); in dw_spi_add_controller()
1029 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_controller()
1030 dws->dma_ops->dma_exit(dws); in dw_spi_remove_controller()
H A Dspi-dw-dma.c694 dws->dma_ops = &dw_spi_dma_mfld_ops; in dw_spi_dma_setup_mfld()
709 dws->dma_ops = &dw_spi_dma_generic_ops; in dw_spi_dma_setup_generic()
/linux/arch/x86/include/asm/
H A Ddma-mapping.h5 extern const struct dma_map_ops *dma_ops;
9 return dma_ops; in get_arch_dma_ops()
/linux/arch/sparc/include/asm/
H A Ddma-mapping.h5 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/
H A Ddma.h14 struct dma_ops { struct
40 const struct dma_ops *d_ops; argument
/linux/arch/sh/include/asm/
H A Ddma.h52 struct dma_ops { struct
91 struct dma_ops *ops;
/linux/drivers/mmc/host/
H A Ddw_mmc.c427 host->dma_ops->stop(host); in dw_mci_stop_dma()
428 host->dma_ops->cleanup(host); in dw_mci_stop_dma()
488 host->dma_ops->cleanup(host); in dw_mci_dmac_complete_dma()
1095 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
1128 if (host->dma_ops->start(host, sg_len)) { in dw_mci_submit_data_dma()
1129 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
2937 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2946 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
3143 host->dma_ops = &dw_mci_idmac_ops; in dw_mci_init_dma()
3151 host->dma_ops = &dw_mci_edmac_ops; in dw_mci_init_dma()
[all …]
H A Duniphier-sd.c685 host->dma_ops = &uniphier_sd_internal_dma_ops; in uniphier_sd_probe()
687 host->dma_ops = &uniphier_sd_external_dma_ops; in uniphier_sd_probe()
/linux/arch/sparc/kernel/
H A Dof_device_common.c70 op->dev.dma_ops = bus->dev.dma_ops; in of_propagate_archdata()
H A Diommu.c775 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
776 EXPORT_SYMBOL(dma_ops);
/linux/include/xen/arm/
H A Dxen-ops.h12 dev->dma_ops = &xen_swiotlb_dma_ops; in xen_setup_dma_ops()
/linux/arch/arm/mach-rpc/
H A Ddma.c247 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/sh/drivers/dma/
H A Ddma-pvr2.c67 static struct dma_ops pvr2_dma_ops = {
H A Ddma-g2.c154 static struct dma_ops g2_dma_ops = {
H A Ddma-sh.c374 static struct dma_ops sh_dmac_ops = {
/linux/arch/powerpc/include/asm/
H A Dpci.h49 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
/linux/drivers/media/pci/tw686x/
H A Dtw686x.h131 const struct tw686x_dma_ops *dma_ops; member
/linux/arch/sparc/mm/
H A Diommu.c135 op->dev.dma_ops = &sbus_iommu_dma_gflush_ops; in sbus_iommu_init()
137 op->dev.dma_ops = &sbus_iommu_dma_pflush_ops; in sbus_iommu_init()
H A Dio-unit.c74 op->dev.dma_ops = &iounit_dma_ops; in iounit_iommu_init()
/linux/arch/arm/mach-footbridge/
H A Ddma-isa.c130 static struct dma_ops isa_dma_ops = {
/linux/arch/powerpc/platforms/pasemi/
H A Diommu.c180 dev->dev.dma_ops = NULL; in pci_dma_dev_setup_pasemi()
/linux/drivers/macintosh/
H A Dmacio_asic.c398 dev->ofdev.dev.dma_ops = chip->lbus.pdev->dev.dma_ops; in macio_add_one_device()
/linux/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c753 dev->core.dma_ops = &ps3_ioc0_dma_ops; in ps3_system_bus_device_register()
757 dev->core.dma_ops = &ps3_sb_dma_ops; in ps3_system_bus_device_register()
/linux/arch/powerpc/platforms/pseries/
H A Dibmebus.c179 dev->dev.dma_ops = &ibmebus_dma_ops; in ibmebus_create_device()
/linux/arch/powerpc/kernel/
H A Dpci-common.c66 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops() argument
68 pci_dma_ops = dma_ops; in set_pci_dma_ops()

12