/linux-4.4.14/include/linux/ |
D | dma-mapping.h | 100 int dma_set_coherent_mask(struct device *dev, u64 mask); 102 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 121 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/linux-4.4.14/drivers/ata/ |
D | acard-ahci.c | 185 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in acard_ahci_configure_dma_masks() 187 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in acard_ahci_configure_dma_masks() 200 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in acard_ahci_configure_dma_masks()
|
D | sata_qstor.c | 561 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in qs_set_dma_masks() 563 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in qs_set_dma_masks() 576 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in qs_set_dma_masks()
|
D | pata_ninja32.c | 128 rc = dma_set_coherent_mask(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
|
D | pata_ixp4xx_cf.c | 161 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
D | pata_hpt3x3.c | 227 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in hpt3x3_init_one()
|
D | pata_cs5520.c | 171 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32))) { in cs5520_init_one()
|
D | sata_sil24.c | 1316 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in sil24_init_one() 1318 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in sil24_init_one() 1331 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in sil24_init_one()
|
D | pata_sil680.c | 380 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in sil680_init_one()
|
D | sata_vsc.c | 393 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vsc_sata_init_one()
|
D | ahci.c | 872 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in ahci_configure_dma_masks() 874 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ahci_configure_dma_masks() 887 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ahci_configure_dma_masks()
|
D | sata_svw.c | 493 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in k2_sata_init_one()
|
D | pata_atp867x.c | 482 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in atp867x_ata_pci_sff_init_host()
|
D | sata_via.c | 508 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in vt6421_prepare_host()
|
D | pata_pdc2027x.c | 737 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in pdc2027x_init_one()
|
D | sata_highbank.c | 526 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
|
D | sata_sil.c | 779 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in sil_init_one()
|
D | pdc_adma.c | 601 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in adma_set_dma_masks()
|
D | sata_inic162x.c | 865 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in inic_init_one()
|
D | sata_mv.c | 4324 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in pci_go_64() 4326 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pci_go_64() 4339 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pci_go_64()
|
D | sata_promise.c | 1252 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in pdc_ata_init_one()
|
D | sata_nv.c | 1139 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in nv_adma_port_start() 1165 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in nv_adma_port_start()
|
D | sata_sx4.c | 1490 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in pdc_sata_init_one()
|
D | libata-sff.c | 3217 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in ata_pci_bmdma_init()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | host.c | 35 dma_set_coherent_mask(&xhci->dev, dwc->dev->coherent_dma_mask); in dwc3_host_init()
|
D | dwc3-st.c | 215 dma_set_coherent_mask(dev, dev->coherent_dma_mask); in st_dwc3_probe()
|
D | core.c | 989 dma_set_coherent_mask(dev, dev->parent->coherent_dma_mask); in dwc3_probe()
|
/linux-4.4.14/arch/arm/common/ |
D | it8152.c | 277 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 355 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_pci.c | 90 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | dma.c | 289 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 306 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | common.c | 636 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 648 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux-4.4.14/drivers/misc/mei/ |
D | pci-me.c | 159 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe() 163 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
|
/linux-4.4.14/include/asm-generic/ |
D | pci-dma-compat.h | 114 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
|
/linux-4.4.14/drivers/remoteproc/ |
D | omap_remoteproc.c | 192 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in omap_rproc_probe()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 378 ret = dma_set_coherent_mask(dev->dev, DMA_BIT_MASK(bits)); in nouveau_ttm_init() 380 dma_set_coherent_mask(dev->dev, DMA_BIT_MASK(32)); in nouveau_ttm_init()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl.c | 405 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(64)); in skl_first_init() 408 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(32)); in skl_first_init()
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci-dma.c | 587 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 611 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 251 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/linux-4.4.14/drivers/uio/ |
D | uio_dmem_genirq.c | 195 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0.c | 154 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
|
/linux-4.4.14/sound/pci/cs5535audio/ |
D | cs5535audio.c | 293 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | platform.c | 366 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
|
D | hcd.c | 3034 if (dma_set_coherent_mask(hsotg->dev, DMA_BIT_MASK(32)) < 0) in dwc2_hcd_init()
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3.c | 749 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in pt3_probe() 753 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pt3_probe()
|
/linux-4.4.14/drivers/firmware/ |
D | dcdbas.c | 554 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | ipuv3-crtc.c | 461 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
D | imx-drm-core.c | 544 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 50 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in rockchip_drm_dma_attach_device()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_dma.c | 968 dma_set_coherent_mask(&dev->pdev->dev, DMA_BIT_MASK(30)); in i915_driver_load() 979 dma_set_coherent_mask(&dev->pdev->dev, DMA_BIT_MASK(32)); in i915_driver_load()
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | core.c | 277 dma_set_coherent_mask(&thdev->dev, parent->coherent_dma_mask); in intel_th_device_alloc()
|
/linux-4.4.14/sound/pci/aw2/ |
D | aw2-alsa.c | 262 (dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0)) { in snd_aw2_create()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | udc-core.c | 370 dma_set_coherent_mask(&gadget->dev, parent->coherent_dma_mask); in usb_add_gadget_udc_release()
|
D | lpc32xx_udc.c | 3093 retval = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in lpc32xx_udc_probe()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 1388 dma_set_coherent_mask(priv->device, in altera_tse_probe() 1391 dma_set_coherent_mask(priv->device, DMA_BIT_MASK(32)); in altera_tse_probe()
|
/linux-4.4.14/Documentation/ |
D | DMA-API-HOWTO.txt | 183 to dma_set_coherent_mask(): 185 int dma_set_coherent_mask(struct device *dev, u64 mask); 260 dma_set_coherent_mask(). 404 dma_set_coherent_mask(). This is true of the dma_pool interface as
|
D | DMA-API.txt | 161 dma_set_coherent_mask(struct device *dev, u64 mask)
|
/linux-4.4.14/drivers/mfd/ |
D | omap-usb-host.c | 204 dma_set_coherent_mask(&child->dev, DMA_BIT_MASK(32)); in omap_usbhs_alloc_child()
|
/linux-4.4.14/sound/pci/ |
D | als300.c | 662 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(28)) < 0) { in snd_als300_create()
|
D | als4000.c | 875 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(24)) < 0) { in snd_card_als4000_probe()
|
D | ad1889.c | 902 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_ad1889_create()
|
D | sonicvibes.c | 1263 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(24)) < 0) { in snd_sonicvibes_create()
|
D | es1938.c | 1584 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(24)) < 0) { in snd_es1938_create()
|
D | azt3328.c | 2424 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(24)) < 0) { in snd_azf3328_create()
|
D | maestro3.c | 2558 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(28)) < 0) { in snd_m3_create()
|
D | es1968.c | 2693 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(28)) < 0) { in snd_es1968_create()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_intel.c | 1732 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(dma_bits)); in azx_first_init() 1735 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)); in azx_first_init()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 73 if (dma_set_coherent_mask(dev, DMA_BIT_MASK(64)) != 0) { in qed_set_coherency_mask()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 694 ret = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in omap_dmm_probe()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | core.c | 850 dma_set_coherent_mask(&pdev->dev, dev->coherent_dma_mask); in ci_hdrc_add_device()
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 859 err = dma_set_coherent_mask(&vip->pdev->dev, DMA_BIT_MASK(29)); in sta2x11_vip_init_buffer()
|
/linux-4.4.14/sound/pci/ca0106/ |
D | ca0106_main.c | 1680 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_ca0106_create()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1_main.c | 1915 dma_set_coherent_mask(&pci->dev, emu->dma_mask) < 0) { in snd_emu10k1_create()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthw20k2.c | 2039 dma_set_coherent_mask(&pci->dev, CT_XFI_DMA_MASK) < 0) { in hw_card_start()
|
D | cthw20k1.c | 1914 dma_set_coherent_mask(&pci->dev, CT_XFI_DMA_MASK) < 0) { in hw_card_start()
|
/linux-4.4.14/sound/pci/ali5451/ |
D | ali5451.c | 2109 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(31)) < 0) { in snd_ali_create()
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci.c | 4937 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in xhci_gen_setup() 4947 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in xhci_gen_setup()
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc.c | 2679 dma_set_coherent_mask(host->dev, in dw_mci_init_dma()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | ice1712.c | 2534 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(28)) < 0) { in snd_ice1712_create()
|
/linux-4.4.14/sound/pci/trident/ |
D | trident_main.c | 3555 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(30)) < 0) { in snd_trident_create()
|