/linux/rust/helpers/ |
H A D | dma.c | 9 return dma_alloc_attrs(dev, size, dma_handle, flag, attrs); in rust_helper_dma_alloc_attrs()
|
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h264.c | 156 dma_alloc_attrs(dev->dev, in cedrus_write_frame_list() 568 dma_alloc_attrs(dev->dev, ctx->codec.h264.pic_info_buf_size, in cedrus_h264_start() 582 dma_alloc_attrs(dev->dev, CEDRUS_NEIGHBOR_INFO_BUF_SIZE, in cedrus_h264_start() 599 dma_alloc_attrs(dev->dev, in cedrus_h264_start() 615 dma_alloc_attrs(dev->dev, in cedrus_h264_start()
|
H A D | cedrus_h265.c | 477 dma_alloc_attrs(dev->dev, in cedrus_h265_setup() 840 dma_alloc_attrs(dev->dev, CEDRUS_H265_NEIGHBOR_INFO_BUF_SIZE, in cedrus_h265_start()
|
/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta-mem.c | 18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
|
/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-mem.c | 25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
|
/linux/drivers/media/platform/qcom/iris/ |
H A D | iris_hfi_queue.c | 254 core->iface_q_table_vaddr = dma_alloc_attrs(core->dev, queue_size, in iris_hfi_queues_init() 262 core->sfr_vaddr = dma_alloc_attrs(core->dev, SFR_SIZE, in iris_hfi_queues_init()
|
H A D | iris_buffer.c | 286 buffer->kvaddr = dma_alloc_attrs(core->dev, buffer->buffer_size, in iris_create_internal_buffer()
|
/linux/include/linux/ |
H A D | dma-mapping.h | 132 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, 205 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 559 return dma_alloc_attrs(dev, size, dma_handle, gfp, in dma_alloc_coherent() 688 return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs); in dma_alloc_wc()
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a2xx_gpummu.c | 102 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in a2xx_gpummu_new()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | common.h | 63 qmem->base = dma_alloc_attrs(dev, qmem->alloc_sz, &qmem->iova, in qmem_alloc()
|
/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_util.c | 66 mem->va = dma_alloc_attrs(&plat_dev->dev, mem->size, &mem->dma_addr, in mtk_vcodec_mem_alloc()
|
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | cn10k_cpt.c | 70 lmt_info->base = dma_alloc_attrs(&pdev->dev, size, &iova, GFP_KERNEL, in cn10k_cpt_lmtst_alloc()
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_gem.c | 80 mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size, in mtk_gem_create()
|
/linux/kernel/dma/ |
H A D | mapping.c | 103 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs() 610 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function 652 EXPORT_SYMBOL(dma_alloc_attrs);
|
/linux/drivers/media/platform/st/sti/bdisp/ |
H A 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/rust/kernel/ |
H A D | dma.rs | 315 bindings::dma_alloc_attrs( in alloc_attrs()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.c | 55 exynos_gem->cookie = dma_alloc_attrs(to_dma_dev(dev), exynos_gem->size, in exynos_drm_alloc_buf()
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_postproc.c | 238 priv->cpu = dma_alloc_attrs(vpu->dev, buf_size, &priv->dma, in hantro_postproc_alloc()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-main.c | 130 cmdbuf->addr = dma_alloc_attrs(dev, size, &cmdbuf->iova, in tegra_se_host1x_bo_alloc()
|
/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | vde.c | 77 bo->dma_cookie = dma_alloc_attrs(dev, bo->size, &bo->dma_handle, in tegra_vde_alloc_bo()
|
/linux/Documentation/core-api/ |
H A D | dma-attributes.rst | 74 allocated by dma_alloc_attrs() function from individual pages if it can
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | gk20a.c | 397 node->base.vaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT, in gk20a_instobj_ctor_dma()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | submit.c | 206 bo->gather_data = dma_alloc_attrs(dev, copy_len, &bo->gather_data_dma, in submit_copy_gather_data()
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-dma-contig.c | 195 buf->cookie = dma_alloc_attrs(buf->dev, in vb2_dc_alloc_coherent()
|
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 635 cpu_addr = dma_alloc_attrs(dev, psize, &paddr, GFP_KERNEL, attrs); in qcom_iommu_sec_ptbl_init()
|