Home
last modified time | relevance | path

Searched refs:dma_alloc_attrs (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-mem.c18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
/Linux-v4.19/drivers/media/platform/sti/hva/
Dhva-mem.c25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
/Linux-v4.19/include/linux/
Ddma-mapping.h508 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
563 return dma_alloc_attrs(dev, size, dma_handle, flag, 0); in dma_alloc_coherent()
809 return dma_alloc_attrs(dev, size, dma_addr, gfp, in dma_alloc_wc()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_drm_gem.c62 mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size, in mtk_drm_gem_create()
/Linux-v4.19/kernel/dma/
Dmapping.c129 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs()
/Linux-v4.19/drivers/scsi/
Dsgiwd93.c237 hdata->cpu = dma_alloc_attrs(&pdev->dev, HPC_DMA_SIZE, &hdata->dma, in sgiwd93_probe()
/Linux-v4.19/drivers/media/platform/sti/bdisp/
Dbdisp-hw.c457 base = dma_alloc_attrs(dev, node_size * MAX_NB_NODE, &paddr, in bdisp_hw_alloc_nodes()
513 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL | GFP_DMA, in bdisp_hw_alloc_filters()
/Linux-v4.19/sound/mips/
Dhal2.c464 codec->buffer = dma_alloc_attrs(NULL, H2_BUF_SIZE, &buffer_dma, in hal2_alloc_dmabuf()
468 desc = dma_alloc_attrs(NULL, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c69 exynos_gem->cookie = dma_alloc_attrs(to_dma_dev(dev), exynos_gem->size, in exynos_drm_alloc_buf()
Dexynos_drm_g2d.c278 g2d->cmdlist_pool_virt = dma_alloc_attrs(to_dma_dev(g2d->drm_dev), in g2d_init_cmdlist()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c172 rk_obj->kvaddr = dma_alloc_attrs(drm->dev, obj->size, in rockchip_gem_alloc_dma()
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.c172 buf->va = dma_alloc_attrs(dev, buf->size, &buf->da, GFP_KERNEL, in venus_helper_alloc_dpb_bufs()
219 buf->va = dma_alloc_attrs(dev, buf->size, &buf->da, GFP_KERNEL, in intbufs_set_buffer()
Dhfi_venus.c347 desc->kva = dma_alloc_attrs(dev, desc->size, &desc->da, GFP_KERNEL, in venus_alloc()
/Linux-v4.19/Documentation/
DDMA-API.txt518 dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
542 Free memory allocated by the dma_alloc_attrs(). All parameters common
545 dma_alloc_attrs().
569 Do a partial sync of memory that was allocated by dma_alloc_attrs() with
DDMA-attributes.txt100 allocated by dma_alloc_attrs() function from individual pages if it can
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c397 node->base.vaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT, in gk20a_instobj_ctor_dma()
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-dma-contig.c154 buf->cookie = dma_alloc_attrs(dev, size, &buf->dma_addr, in vb2_dc_alloc()
/Linux-v4.19/drivers/iommu/
Dqcom_iommu.c653 cpu_addr = dma_alloc_attrs(dev, psize, &paddr, GFP_KERNEL, attrs); in qcom_iommu_sec_ptbl_init()
/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga.c889 rga->cmdbuf_virt = dma_alloc_attrs(rga->dev, RGA_CMDBUF_SIZE, in rga_probe()
/Linux-v4.19/drivers/net/ethernet/seeq/
Dsgiseeq.c741 sr = dma_alloc_attrs(&pdev->dev, sizeof(*sp->srings), &sp->srings_dma, in sgiseeq_probe()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c308 vaddr = dma_alloc_attrs(pool->dev, pool->size, &d_page->dma, in __ttm_dma_alloc_page()
/Linux-v4.19/drivers/remoteproc/
Dqcom_q6v5_pil.c617 ptr = dma_alloc_attrs(qproc->dev, fw->size, &phys, GFP_KERNEL, dma_attrs); in q6v5_mpss_init_image()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_drv.c418 p = dma_alloc_attrs(dev->dev, size, in msm_init_vram()
/Linux-v4.19/drivers/net/ethernet/amd/
Dau1000_eth.c1183 aup->vaddr = (u32)dma_alloc_attrs(NULL, MAX_BUF_SIZE * in au1000_probe()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dlib82596.c1066 dma = dma_alloc_attrs(dev->dev.parent, sizeof(struct i596_dma), in i82596_probe()

12