/Linux-v5.4/kernel/dma/ |
D | mapping.c | 91 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs() 295 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function 319 EXPORT_SYMBOL(dma_alloc_attrs);
|
/Linux-v5.4/drivers/media/platform/sti/delta/ |
D | delta-mem.c | 18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
|
/Linux-v5.4/drivers/media/platform/sti/hva/ |
D | hva-mem.c | 25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
|
/Linux-v5.4/drivers/staging/media/hantro/ |
D | hantro_jpeg.c | 301 dma_alloc_attrs(ctx->dev->dev, in hantro_jpeg_enc_init()
|
/Linux-v5.4/drivers/gpu/drm/msm/ |
D | msm_gpummu.c | 105 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()
|
D | msm_drv.c | 367 p = dma_alloc_attrs(dev->dev, size, in msm_init_vram()
|
/Linux-v5.4/include/linux/ |
D | dma-mapping.h | 445 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, 519 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 644 return dma_alloc_attrs(dev, size, dma_handle, gfp, in dma_alloc_coherent() 785 return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs); in dma_alloc_wc()
|
/Linux-v5.4/drivers/gpu/drm/mediatek/ |
D | mtk_drm_gem.c | 57 mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size, in mtk_drm_gem_create()
|
/Linux-v5.4/drivers/scsi/ |
D | sgiwd93.c | 237 hdata->cpu = dma_alloc_attrs(&pdev->dev, HPC_DMA_SIZE, &hdata->dma, in sgiwd93_probe()
|
/Linux-v5.4/drivers/media/platform/sti/bdisp/ |
D | bdisp-hw.c | 457 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, in bdisp_hw_alloc_filters()
|
/Linux-v5.4/sound/mips/ |
D | hal2.c | 452 codec->buffer = dma_alloc_attrs(dev, H2_BUF_SIZE, &buffer_dma, in hal2_alloc_dmabuf() 456 desc = dma_alloc_attrs(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
|
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_gem.c | 65 exynos_gem->cookie = dma_alloc_attrs(to_dma_dev(dev), exynos_gem->size, in exynos_drm_alloc_buf()
|
/Linux-v5.4/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 164 rk_obj->kvaddr = dma_alloc_attrs(drm->dev, obj->size, in rockchip_gem_alloc_dma()
|
/Linux-v5.4/Documentation/ |
D | DMA-API.txt | 525 dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, 549 Free memory allocated by the dma_alloc_attrs(). All common 552 dma_alloc_attrs(). 576 Do a partial sync of memory that was allocated by dma_alloc_attrs() with
|
D | DMA-attributes.txt | 100 allocated by dma_alloc_attrs() function from individual pages if it can
|
/Linux-v5.4/drivers/media/platform/qcom/venus/ |
D | helpers.c | 164 buf->va = dma_alloc_attrs(dev, buf->size, &buf->da, GFP_KERNEL, in venus_helper_alloc_dpb_bufs() 211 buf->va = dma_alloc_attrs(dev, buf->size, &buf->da, GFP_KERNEL, in intbufs_set_buffer()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | gk20a.c | 397 node->base.vaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT, in gk20a_instobj_ctor_dma()
|
/Linux-v5.4/drivers/media/common/videobuf2/ |
D | videobuf2-dma-contig.c | 154 buf->cookie = dma_alloc_attrs(dev, size, &buf->dma_addr, in vb2_dc_alloc()
|
/Linux-v5.4/drivers/iommu/ |
D | qcom_iommu.c | 673 cpu_addr = dma_alloc_attrs(dev, psize, &paddr, GFP_KERNEL, attrs); in qcom_iommu_sec_ptbl_init()
|
/Linux-v5.4/drivers/pci/controller/ |
D | vmd.c | 314 return dma_alloc_attrs(to_vmd_dev(dev), size, addr, flag, attrs); in vmd_alloc()
|
/Linux-v5.4/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 743 sr = dma_alloc_attrs(&pdev->dev, sizeof(*sp->srings), &sp->srings_dma, in sgiseeq_probe()
|
/Linux-v5.4/drivers/media/platform/rockchip/rga/ |
D | rga.c | 880 rga->cmdbuf_virt = dma_alloc_attrs(rga->dev, RGA_CMDBUF_SIZE, in rga_probe()
|
/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc_dma.c | 312 vaddr = dma_alloc_attrs(pool->dev, pool->size, &d_page->dma, in __ttm_dma_alloc_page()
|
/Linux-v5.4/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 1152 aup->vaddr = (u32)dma_alloc_attrs(&pdev->dev, MAX_BUF_SIZE * in au1000_probe()
|
/Linux-v5.4/drivers/net/ethernet/i825xx/ |
D | lib82596.c | 1066 dma = dma_alloc_attrs(dev->dev.parent, sizeof(struct i596_dma), in i82596_probe()
|