Home
last modified time | relevance | path

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

/linux/rust/helpers/
H A Ddma.c9 return dma_alloc_attrs(dev, size, dma_handle, flag, attrs); in rust_helper_dma_alloc_attrs()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c156 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 Dcedrus_h265.c477 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 Ddelta-mem.c18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
/linux/drivers/media/platform/st/sti/hva/
H A Dhva-mem.c25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_queue.c253 core->iface_q_table_vaddr = dma_alloc_attrs(core->dev, queue_size, in iris_hfi_queues_init()
261 core->sfr_vaddr = dma_alloc_attrs(core->dev, SFR_SIZE, in iris_hfi_queues_init()
/linux/include/linux/
H A Ddma-mapping.h156 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
238 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
592 return dma_alloc_attrs(dev, size, dma_handle, gfp, in dma_alloc_coherent()
721 return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs); in dma_alloc_wc()
/linux/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpummu.c102 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 Dcommon.h63 qmem->base = dma_alloc_attrs(dev, qmem->alloc_sz, &qmem->iova, in qmem_alloc()
/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.c66 mem->va = dma_alloc_attrs(&plat_dev->dev, mem->size, &mem->dma_addr, in mtk_vcodec_mem_alloc()
/linux/kernel/dma/
H A Dmapping.c103 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs()
616 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function
658 EXPORT_SYMBOL(dma_alloc_attrs);
/linux/drivers/media/platform/st/sti/bdisp/
H A 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, in bdisp_hw_alloc_filters()
/linux/rust/kernel/
H A Ddma.rs398 bindings::dma_alloc_attrs( in alloc_attrs()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dgk20a.c397 node->base.vaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT, in gk20a_instobj_ctor_dma()
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c206 bo->gather_data = dma_alloc_attrs(dev, copy_len, &bo->gather_data_dma, in submit_copy_gather_data()
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c634 cpu_addr = dma_alloc_attrs(dev, psize, &paddr, GFP_KERNEL, attrs); in qcom_iommu_sec_ptbl_init()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c2563 mem->va = dma_alloc_attrs(&adapter->pdev->dev, sz, &mem->pa, in idpf_alloc_dma_mem()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c1055 ptr = dma_alloc_attrs(qproc->dev, size, &phys, GFP_KERNEL, dma_attrs); in q6v5_mpss_init_image()
/linux/drivers/ntb/
H A Dntb_transport.c834 alloc_addr = dma_alloc_attrs(ntb_dev, mw->alloc_size, in ntb_alloc_mw_buffer()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1383 token = dma_alloc_attrs(fbdev->dev, size, &dma_handle, in omapfb_alloc_fbmem()
/linux/drivers/pci/controller/
H A Dpci-tegra.c1740 msi->virt = dma_alloc_attrs(dev, PAGE_SIZE, &msi->phys, GFP_KERNEL, in tegra_pcie_msi_setup()
/linux/drivers/dma/
H A Dpl330.c1923 pl330->mcode_cpu = dma_alloc_attrs(pl330->ddma.dev, in dmac_alloc_resources()
/linux/drivers/nvme/host/
H A Dpci.c2445 bufs[i] = dma_alloc_attrs(dev->dev, len, &dma_addr, GFP_KERNEL, in nvme_alloc_host_mem_multi()