/linux-4.1.27/include/linux/ |
D | dma-mapping.h | 99 int dma_set_coherent_mask(struct device *dev, u64 mask); 101 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 120 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/linux-4.1.27/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_cs5520.c | 171 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32))) { in cs5520_init_one()
|
D | pata_hpt3x3.c | 227 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in hpt3x3_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 | 876 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in ahci_configure_dma_masks() 878 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ahci_configure_dma_masks() 891 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 | pdc_adma.c | 601 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in adma_set_dma_masks()
|
D | sata_sil.c | 776 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in sil_init_one()
|
D | sata_highbank.c | 525 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
|
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 | 1482 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.1.27/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 | 218 dma_set_coherent_mask(dev, dev->coherent_dma_mask); in st_dwc3_probe()
|
D | core.c | 894 dma_set_coherent_mask(dev, dev->parent->coherent_dma_mask); in dwc3_probe()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/misc/mei/ |
D | pci-me.c | 153 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe() 157 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | common.c | 624 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 636 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux-4.1.27/include/asm-generic/ |
D | pci-dma-compat.h | 120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
|
/linux-4.1.27/drivers/remoteproc/ |
D | omap_remoteproc.c | 192 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in omap_rproc_probe()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | platform.c | 191 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
|
D | hcd.c | 2846 if (dma_set_coherent_mask(hsotg->dev, DMA_BIT_MASK(32)) < 0) in dwc2_hcd_init()
|
/linux-4.1.27/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.1.27/drivers/usb/host/ |
D | xhci-plat.c | 88 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in xhci_plat_probe()
|
D | xhci.c | 4959 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in xhci_gen_setup()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.c | 252 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_drm_master_probe()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/firmware/ |
D | dcdbas.c | 554 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 49 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in rockchip_drm_dma_attach_device()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_dma.c | 853 dma_set_coherent_mask(&dev->pdev->dev, DMA_BIT_MASK(30)); in i915_driver_load() 864 dma_set_coherent_mask(&dev->pdev->dev, DMA_BIT_MASK(32)); in i915_driver_load()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 582 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
D | ipuv3-crtc.c | 490 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-core.c | 278 dma_set_coherent_mask(&gadget->dev, parent->coherent_dma_mask); in usb_add_gadget_udc_release()
|
D | lpc32xx_udc.c | 3061 retval = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in lpc32xx_udc_probe()
|
/linux-4.1.27/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.1.27/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 | 167 dma_set_coherent_mask(struct device *dev, u64 mask)
|
/linux-4.1.27/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.1.27/drivers/usb/chipidea/ |
D | core.c | 623 dma_set_coherent_mask(&pdev->dev, dev->coherent_dma_mask); in ci_hdrc_add_device()
|
/linux-4.1.27/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 855 err = dma_set_coherent_mask(&vip->pdev->dev, DMA_BIT_MASK(29)); in sta2x11_vip_init_buffer()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 693 ret = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in omap_dmm_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pci.c | 1759 err = dma_set_coherent_mask(&pdev->dev, in fm10k_probe()
|
/linux-4.1.27/drivers/mmc/host/ |
D | dw_mmc.c | 2493 dma_set_coherent_mask(host->dev, DMA_BIT_MASK(64)); in dw_mci_init_dma()
|