/linux-4.1.27/arch/powerpc/include/asm/ |
D | dma-mapping.h | 90 return dev->archdata.dma_ops; in get_dma_ops() 95 dev->archdata.dma_ops = ops; in set_dma_ops() 127 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local 129 if (unlikely(dma_ops == NULL)) in dma_supported() 131 if (dma_ops->dma_supported == NULL) in dma_supported() 133 return dma_ops->dma_supported(dev, mask); in dma_supported() 146 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local 149 BUG_ON(!dma_ops); in dma_alloc_attrs() 151 cpu_addr = dma_ops->alloc(dev, size, dma_handle, flag, attrs); in dma_alloc_attrs() 164 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local [all …]
|
D | device.h | 23 struct dma_map_ops *dma_ops; member
|
D | pci.h | 58 extern void set_pci_dma_ops(struct dma_map_ops *dma_ops);
|
/linux-4.1.27/arch/tile/include/asm/ |
D | dma-mapping.h | 34 if (dev && dev->archdata.dma_ops) in get_dma_ops() 35 return dev->archdata.dma_ops; in get_dma_ops() 66 dev->archdata.dma_ops = ops; in set_dma_ops() 93 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask() local 101 if (dma_ops == gx_pci_dma_map_ops || in dma_set_mask() 102 dma_ops == gx_hybrid_pci_dma_map_ops || in dma_set_mask() 103 dma_ops == gx_legacy_pci_dma_map_ops) { in dma_set_mask() 105 dma_ops == gx_legacy_pci_dma_map_ops) in dma_set_mask() 123 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local 126 cpu_addr = dma_ops->alloc(dev, size, dma_handle, flag, attrs); in dma_alloc_attrs() [all …]
|
D | device.h | 21 struct dma_map_ops *dma_ops; member
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | dma-mapping.h | 35 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local 37 if (unlikely(dma_ops == NULL)) in dma_supported() 40 return dma_ops->dma_supported(dev, mask); in dma_supported() 45 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local 47 if (dma_ops->mapping_error) in dma_mapping_error() 48 return dma_ops->mapping_error(dev, dma_addr); in dma_mapping_error() 91 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_alloc_attrs() local 93 return dma_ops->alloc(dev, size, dma_handle, flag, attrs); in dma_alloc_attrs() 102 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local 104 dma_ops->free(dev, size, cpu_addr, dma_handle, attrs); in dma_free_attrs()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | dma-mapping.h | 35 extern struct dma_map_ops *dma_ops; 45 return dma_ops; in get_dma_ops() 65 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local 67 if (dma_ops->mapping_error) in dma_mapping_error() 68 return dma_ops->mapping_error(dev, dma_addr); in dma_mapping_error() 82 BUG_ON(!dma_ops); in dma_alloc_attrs() 97 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_free_attrs() local 99 BUG_ON(!dma_ops); in dma_free_attrs() 101 dma_ops->free(dev, size, cpu_addr, dma_handle, attrs); in dma_free_attrs()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | pci-dma.c | 91 dma_ops = &intel_dma_ops; in pci_iommu_alloc() 93 dma_ops->sync_single_for_cpu = machvec_dma_sync_single; in pci_iommu_alloc() 94 dma_ops->sync_sg_for_cpu = machvec_dma_sync_sg; in pci_iommu_alloc() 95 dma_ops->sync_single_for_device = machvec_dma_sync_single; in pci_iommu_alloc() 96 dma_ops->sync_sg_for_device = machvec_dma_sync_sg; in pci_iommu_alloc() 97 dma_ops->dma_supported = iommu_dma_supported; in pci_iommu_alloc()
|
D | dma-mapping.c | 7 struct dma_map_ops *dma_ops; variable 8 EXPORT_SYMBOL(dma_ops); 22 return dma_ops; in dma_get_ops()
|
D | pci-swiotlb.c | 50 dma_ops = &swiotlb_dma_ops; in swiotlb_dma_init() 62 dma_ops = &swiotlb_dma_ops; in pci_swiotlb_init()
|
/linux-4.1.27/drivers/ide/ |
D | ide-dma.c | 98 dma_stat = hwif->dma_ops->dma_end(drive); in ide_dma_intr() 185 drive->hwif->dma_ops->dma_host_set(drive, 0); in ide_dma_off_quietly() 216 drive->hwif->dma_ops->dma_host_set(drive, 1); in ide_dma_on() 451 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in ide_dma_timeout_retry() local 462 (void)dma_ops->dma_end(drive); in ide_dma_timeout_retry() 468 if (dma_ops->dma_clear) in ide_dma_timeout_retry() 469 dma_ops->dma_clear(drive); in ide_dma_timeout_retry() 471 if (dma_ops->dma_test_irq(drive) == 0) { in ide_dma_timeout_retry() 475 (void)dma_ops->dma_end(drive); in ide_dma_timeout_retry() 535 const struct ide_dma_ops *dma_ops = drive->hwif->dma_ops; in ide_dma_prepare() local [all …]
|
D | ide-dma-sff.c | 86 u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_host_set() 214 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_setup() 240 u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_sff_timer_expiry() 301 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_end() 319 u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_test_irq()
|
D | ide-iops.c | 352 if (hwif->dma_ops) /* check if host supports DMA */ in ide_config_drive_speed() 353 hwif->dma_ops->dma_host_set(drive, 0); in ide_config_drive_speed() 407 hwif->dma_ops->dma_host_set(drive, 1); in ide_config_drive_speed() 408 else if (hwif->dma_ops) /* check if host supports DMA */ in ide_config_drive_speed()
|
D | sc1200.c | 218 hwif->dma_ops->dma_host_set(drive, 1); in sc1200_set_pio_mode() 297 .dma_ops = &sc1200_dma_ops,
|
D | sl82c105.c | 307 .dma_ops = &sl82c105_dma_ops, 328 d.dma_ops = NULL; in sl82c105_init_one()
|
D | ns87415.c | 189 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ns87415_dma_end() 300 .dma_ops = &ns87415_dma_ops,
|
D | setup-pci.c | 134 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_pci_check_simplex() 378 if (hwif->dma_ops == NULL) in ide_hwif_setup_dma() 379 hwif->dma_ops = &sff_dma_ops; in ide_hwif_setup_dma()
|
D | ide-taskfile.c | 85 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local 139 hwif->expiry = dma_ops->dma_timer_expiry; in do_rw_taskfile() 141 dma_ops->dma_start(drive); in do_rw_taskfile()
|
D | pdc202xx_old.c | 264 .dma_ops = &pdc2026x_dma_ops, \ 277 .dma_ops = &sff_dma_ops,
|
D | alim15x3.c | 520 .dma_ops = &sff_dma_ops, 557 d.dma_ops = &ali_dma_ops; in alim15x3_init_one()
|
D | ide-atapi.c | 413 rc = hwif->dma_ops->dma_end(drive); in ide_pc_intr() 658 hwif->dma_ops->dma_start(drive); in ide_transfer_pc() 662 hwif->dma_ops->dma_start(drive); in ide_transfer_pc()
|
D | ide-devsets.c | 51 if (drive->hwif->dma_ops == NULL) in set_using_dma()
|
D | tc86c001.c | 199 .dma_ops = &tc86c001_dma_ops,
|
D | icside.c | 522 d.dma_ops = &icside_v6_dma_ops; in icside_register_v6() 533 if (d.dma_ops) in icside_register_v6()
|
D | trm290.c | 331 .dma_ops = &trm290_dma_ops,
|
D | ide-probe.c | 739 if (hwif->dma_ops) in ide_port_tune_devices() 1075 hwif->dma_ops = d->dma_ops; in ide_init_port() 1085 hwif->dma_ops = NULL; in ide_init_port()
|
D | cs5536.c | 254 .dma_ops = &cs5536_dma_ops,
|
D | hpt366.c | 1378 .dma_ops = &hpt36x_dma_ops, 1390 .dma_ops = &hpt37x_dma_ops, 1458 d.dma_ops = &hpt370_dma_ops; in hpt366_init_one()
|
D | ide-pm.c | 153 if (drive->hwif->dma_ops == NULL) in ide_start_power_step()
|
D | ide-io.c | 582 return hwif->dma_ops->dma_test_irq(drive); in drive_is_ready() 667 hwif->dma_ops->dma_lost_irq(drive); in ide_timer_expiry()
|
D | palm_bk3710.c | 306 .dma_ops = &sff_dma_ops,
|
D | cmd64x.c | 407 d.dma_ops = &cmd646_rev1_dma_ops; in cmd64x_init_one()
|
D | sgiioc4.c | 528 .dma_ops = &sgiioc4_dma_ops,
|
D | au1xxx-ide.c | 489 .dma_ops = &au1xxx_dma_ops,
|
D | it821x.c | 574 hwif->dma_ops = &it821x_pass_through_dma_ops; in init_hwif_it821x()
|
D | tx4939ide.c | 529 .dma_ops = &tx4939ide_dma_ops,
|
D | siimage.c | 716 .dma_ops = &sil_dma_ops, \
|
D | pmac.c | 1008 .dma_ops = &pmac_dma_ops,
|
D | ide-cd.c | 541 dma_error = hwif->dma_ops->dma_end(drive); in cdrom_newpc_intr()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | dma-mapping.h | 35 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_supported() local 37 if (dma_ops->dma_supported == NULL) in dma_supported() 39 return dma_ops->dma_supported(dev, mask); in dma_supported() 51 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_mapping_error() local 54 if (dma_ops->mapping_error) in dma_mapping_error() 55 return dma_ops->mapping_error(dev, dma_addr); in dma_mapping_error()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | dma.c | 35 if (sd->max_direct_dma_addr && sd->dma_ops == &swiotlb_dma_ops) in get_pfn_limit() 237 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_set_mask() local 239 if ((dma_ops != NULL) && (dma_ops->set_dma_mask != NULL)) in __dma_set_mask() 240 return dma_ops->set_dma_mask(dev, dma_mask); in __dma_set_mask() 257 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask() local 259 if (unlikely(dma_ops == NULL)) in __dma_get_required_mask() 262 if (dma_ops->get_required_mask) in __dma_get_required_mask() 263 return dma_ops->get_required_mask(dev); in __dma_get_required_mask()
|
D | pci-common.c | 56 void set_pci_dma_ops(struct dma_map_ops *dma_ops) in set_pci_dma_ops() argument 58 pci_dma_ops = dma_ops; in set_pci_dma_ops()
|
D | ibmebus.c | 172 dev->dev.archdata.dma_ops = &ibmebus_dma_ops; in ibmebus_create_device()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | dma-mapping.h | 30 extern struct dma_map_ops *dma_ops; 35 return dma_ops; in get_dma_ops() 37 if (unlikely(!dev) || !dev->archdata.dma_ops) in get_dma_ops() 38 return dma_ops; in get_dma_ops() 40 return dev->archdata.dma_ops; in get_dma_ops()
|
D | device.h | 6 struct dma_map_ops *dma_ops; member
|
D | pci.h | 112 #define PCI_DMA_BUS_IS_PHYS (dma_ops->is_phys)
|
/linux-4.1.27/drivers/spi/ |
D | spi-dw.c | 371 ret = dws->dma_ops->dma_setup(dws, transfer); in dw_spi_transfer_one() 391 ret = dws->dma_ops->dma_transfer(dws, transfer); in dw_spi_transfer_one() 408 dws->dma_ops->dma_stop(dws); in dw_spi_handle_err() 552 if (dws->dma_ops && dws->dma_ops->dma_init) { in dw_spi_add_host() 553 ret = dws->dma_ops->dma_init(dws); in dw_spi_add_host() 558 master->can_dma = dws->dma_ops->can_dma; in dw_spi_add_host() 573 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host() 574 dws->dma_ops->dma_exit(dws); in dw_spi_add_host() 588 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host() 589 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
|
D | spi-dw.h | 133 struct dw_spi_dma_ops *dma_ops; member
|
D | spi-dw-mid.c | 327 dws->dma_ops = &mid_dma_ops; in dw_spi_mid_init()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | dma-mapping.h | 30 extern struct dma_map_ops *dma_ops; 34 if (unlikely(!dev) || !dev->archdata.dma_ops) in __generic_dma_ops() 35 return dma_ops; in __generic_dma_ops() 37 return dev->archdata.dma_ops; in __generic_dma_ops()
|
D | device.h | 20 struct dma_map_ops *dma_ops; member
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_iommu.c | 117 if (!dev->archdata.dma_ops) in drm_iommu_attach_device() 118 dev->archdata.dma_ops = subdrv_dev->archdata.dma_ops; in drm_iommu_attach_device()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | dma.c | 28 struct dma_map_ops *dma_ops; variable 29 EXPORT_SYMBOL(dma_ops); 225 if (dma_ops) in hexagon_dma_init() 228 dma_ops = &hexagon_dma_ops; in hexagon_dma_init()
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | dma.h | 17 struct dma_ops { struct 43 const struct dma_ops *d_ops; argument
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1656 struct ib_dma_mapping_ops *dma_ops; member 2145 if (dev->dma_ops) in ib_dma_mapping_error() 2146 return dev->dma_ops->mapping_error(dev, dma_addr); in ib_dma_mapping_error() 2161 if (dev->dma_ops) in ib_dma_map_single() 2162 return dev->dma_ops->map_single(dev, cpu_addr, size, direction); in ib_dma_map_single() 2177 if (dev->dma_ops) in ib_dma_unmap_single() 2178 dev->dma_ops->unmap_single(dev, addr, size, direction); in ib_dma_unmap_single() 2215 if (dev->dma_ops) in ib_dma_map_page() 2216 return dev->dma_ops->map_page(dev, page, offset, size, direction); in ib_dma_map_page() 2231 if (dev->dma_ops) in ib_dma_unmap_page() [all …]
|
/linux-4.1.27/arch/x86/xen/ |
D | pci-swiotlb-xen.c | 76 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init() 96 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init_late()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | dma-mapping.h | 6 extern struct dma_map_ops *dma_ops; 10 return dma_ops; in get_dma_ops()
|
/linux-4.1.27/arch/sh/kernel/ |
D | dma-nommu.c | 79 if (dma_ops) in no_iommu_init() 81 dma_ops = &nommu_dma_ops; in no_iommu_init()
|
/linux-4.1.27/arch/x86/pci/ |
D | sta2x11-fixup.c | 206 pdev->dev.archdata.dma_ops = &sta2x11_dma_ops; in sta2x11_setup_pdev() 226 if (dev->archdata.dma_ops != &sta2x11_dma_ops) { in dma_capable() 250 if (dev->archdata.dma_ops != &sta2x11_dma_ops) in phys_to_dma() 262 if (dev->archdata.dma_ops != &sta2x11_dma_ops) in dma_to_phys()
|
/linux-4.1.27/drivers/misc/mic/bus/ |
D | mic_bus.c | 149 mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, in mbus_register_device() argument 163 mbdev->dev.archdata.dma_ops = dma_ops; in mbus_register_device()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | dma-mapping.h | 23 extern struct dma_map_ops *dma_ops; 39 return dma_ops; in get_dma_ops()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | dma.h | 56 struct dma_ops { struct 96 struct dma_ops *ops;
|
D | dma-mapping.h | 4 extern struct dma_map_ops *dma_ops; 9 return dma_ops; in get_dma_ops()
|
D | pci.h | 81 #define PCI_DMA_BUS_IS_PHYS (dma_ops->is_phys)
|
/linux-4.1.27/arch/mips/include/asm/ |
D | dma-mapping.h | 17 if (dev && dev->archdata.dma_ops) in get_dma_ops() 18 return dev->archdata.dma_ops; in get_dma_ops()
|
D | device.h | 13 struct dma_map_ops *dma_ops; member
|
/linux-4.1.27/include/linux/mmc/ |
D | dw_mmc.h | 155 const struct dw_mci_dma_ops *dma_ops; member 266 struct dw_mci_dma_ops *dma_ops; member
|
/linux-4.1.27/arch/sh/mm/ |
D | consistent.c | 25 struct dma_map_ops *dma_ops; variable 26 EXPORT_SYMBOL(dma_ops);
|
/linux-4.1.27/arch/arm/include/asm/ |
D | dma-mapping.h | 23 if (dev && dev->archdata.dma_ops) in __generic_dma_ops() 24 return dev->archdata.dma_ops; in __generic_dma_ops() 39 dev->archdata.dma_ops = ops; in set_dma_ops()
|
D | device.h | 10 struct dma_map_ops *dma_ops; member
|
/linux-4.1.27/arch/alpha/kernel/ |
D | pci-noop.c | 188 struct dma_map_ops *dma_ops = &alpha_noop_ops; variable 189 EXPORT_SYMBOL(dma_ops);
|
D | pci_iommu.c | 964 struct dma_map_ops *dma_ops = &alpha_pci_ops; variable 965 EXPORT_SYMBOL(dma_ops);
|
/linux-4.1.27/drivers/mmc/host/ |
D | dw_mmc.c | 393 host->dma_ops->stop(host); in dw_mci_stop_dma() 394 host->dma_ops->cleanup(host); in dw_mci_stop_dma() 453 host->dma_ops->cleanup(host); in dw_mci_idmac_complete_dma() 840 host->dma_ops->stop(host); in dw_mci_submit_data_dma() 871 host->dma_ops->start(host, sg_len); in dw_mci_submit_data_dma() 2299 host->dma_ops->complete(host); in dw_mci_interrupt() 2307 host->dma_ops->complete(host); in dw_mci_interrupt() 2511 host->dma_ops = &dw_mci_idmac_ops; in dw_mci_init_dma() 2515 if (!host->dma_ops) in dw_mci_init_dma() 2518 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma() [all …]
|
/linux-4.1.27/arch/arm/mach-footbridge/ |
D | dma.c | 37 static struct dma_ops fb_dma_ops = {
|
/linux-4.1.27/arch/x86/kernel/ |
D | pci-dma.c | 20 struct dma_map_ops *dma_ops = &nommu_dma_ops; variable 21 EXPORT_SYMBOL(dma_ops);
|
D | pci-swiotlb.c | 98 dma_ops = &swiotlb_dma_ops; in pci_swiotlb_init()
|
D | pci-calgary_64.c | 1180 dev->dev.archdata.dma_ops = &calgary_dma_ops; in calgary_init() 1204 dev->dev.archdata.dma_ops = NULL; in calgary_init()
|
D | amd_gart_64.c | 852 dma_ops = &gart_dma_ops; in gart_iommu_init()
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | dma.c | 243 static struct dma_ops iomd_dma_ops = { 309 static struct dma_ops floppy_dma_ops = { 323 static struct dma_ops sound_dma_ops = {
|
/linux-4.1.27/arch/tile/kernel/ |
D | pci-dma.c | 589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask() local 597 if (dma_ops == gx_pci_dma_map_ops || in dma_set_coherent_mask() 598 dma_ops == gx_hybrid_pci_dma_map_ops || in dma_set_coherent_mask() 599 dma_ops == gx_legacy_pci_dma_map_ops) { in dma_set_coherent_mask()
|
/linux-4.1.27/include/linux/ |
D | mic_bus.h | 93 mbus_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops,
|
D | ide.h | 701 const struct ide_dma_ops *dma_ops; member 1299 const struct ide_dma_ops *dma_ops; member
|
/linux-4.1.27/arch/sh/drivers/dma/ |
D | dma-pvr2.c | 75 static struct dma_ops pvr2_dma_ops = {
|
D | dma-g2.c | 157 static struct dma_ops g2_dma_ops = {
|
D | dma-sh.c | 366 static struct dma_ops sh_dmac_ops = {
|
/linux-4.1.27/arch/arm64/mm/ |
D | dma-mapping.c | 31 struct dma_map_ops *dma_ops; variable 32 EXPORT_SYMBOL(dma_ops); 421 dma_ops = &swiotlb_dma_ops; in arm64_dma_init()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 689 dev->archdata.dma_ops = get_pci_dma_ops(); in cell_of_bus_notify() 1169 struct dma_map_ops *dma_ops; in cell_dma_get_required_mask() local 1178 dma_ops = get_dma_ops(dev); in cell_dma_get_required_mask() 1179 if (dma_ops->get_required_mask) in cell_dma_get_required_mask() 1180 return dma_ops->get_required_mask(dev); in cell_dma_get_required_mask() 1182 WARN_ONCE(1, "no get_required_mask in %p ops", dma_ops); in cell_dma_get_required_mask()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | dma-mapping.h | 17 extern struct dma_map_ops *dma_ops;
|
/linux-4.1.27/arch/arm/kernel/ |
D | dma-isa.c | 127 static struct dma_ops isa_dma_ops = {
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 184 dev->dev.archdata.dma_ops = &dma_direct_ops; in pci_dma_dev_setup_pasemi()
|
D | setup.c | 371 dev->archdata.dma_ops = &dma_direct_ops; in pcmcia_notify()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ioport.c | 658 struct dma_map_ops *dma_ops = &sbus_dma_ops; variable 659 EXPORT_SYMBOL(dma_ops);
|
D | iommu.c | 755 struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable 756 EXPORT_SYMBOL(dma_ops);
|
D | pci_sun4v.c | 927 dma_ops = &sun4v_dma_ops; in pci_sun4v_probe()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 759 dev->core.archdata.dma_ops = &ps3_ioc0_dma_ops; in ps3_system_bus_device_register() 763 dev->core.archdata.dma_ops = &ps3_sb_dma_ops; in ps3_system_bus_device_register()
|
/linux-4.1.27/arch/ia64/sn/pci/ |
D | pci_dma.c | 486 dma_ops = &sn_dma_ops; in sn_dma_init()
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 2121 struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local 2125 dma_ops = arm_get_iommu_dma_map_ops(coherent); in arch_setup_dma_ops() 2127 dma_ops = arm_get_dma_map_ops(coherent); in arch_setup_dma_ops() 2129 set_dma_ops(dev, dma_ops); in arch_setup_dma_ops()
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-octeon.c | 170 dev->dev.archdata.dma_ops = octeon_pci_dma_map_ops; in pcibios_plat_dev_init()
|
/linux-4.1.27/arch/ia64/hp/common/ |
D | sba_iommu.c | 2118 dma_ops = &swiotlb_dma_ops; in sba_init() 2140 dma_ops = &swiotlb_dma_ops; in sba_init() 2240 dma_ops = &sba_dma_ops; in sba_dma_init()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 502 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode() local 519 if (dma_ops->sync_single_for_cpu) in vmw_dma_select_mode()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_main.c | 512 shca->ib_device.dma_ops = &ehca_dma_mapping_ops; in ehca_init_device()
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 2462 dev->archdata.dma_ops = &amd_iommu_dma_ops; in device_change_notifier() 3097 pdev->dev.archdata.dma_ops = &amd_iommu_dma_ops; in device_dma_ops_init() 3099 pdev->dev.archdata.dma_ops = &nommu_dma_ops; in device_dma_ops_init()
|
D | intel-iommu.c | 4241 dma_ops = &intel_dma_ops; in intel_iommu_init()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 2181 dev->dma_ops = &ipath_dma_mapping_ops; in ipath_register_ib_device()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 2236 ibdev->dma_ops = &qib_dma_mapping_ops; in qib_register_ib_device()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 3145 device->dma_ops); in srpt_add_one()
|