Home
last modified time | relevance | path

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

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddma-mapping.h125 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
207 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
438 return dma_alloc_attrs(dev, size, dma_handle, gfp, in dma_alloc_coherent()
584 return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs); in dma_alloc_wc()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddma-mapping.h125 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
207 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
438 return dma_alloc_attrs(dev, size, dma_handle, gfp, in dma_alloc_coherent()
584 return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs); in dma_alloc_wc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddma-mapping.h125 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
207 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
438 return dma_alloc_attrs(dev, size, dma_handle, gfp, in dma_alloc_coherent()
584 return dma_alloc_attrs(dev, size, dma_addr, gfp, attrs); in dma_alloc_wc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/sti/delta/
H A Ddelta-mem.c18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/sti/delta/
H A Ddelta-mem.c18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/sti/delta/
H A Ddelta-mem.c18 addr = dma_alloc_attrs(delta->dev, size, &dma_addr, in hw_alloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva-mem.c25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva-mem.c25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva-mem.c25 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL, in hva_mem_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c96 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c96 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/hantro/
H A Dhantro_jpeg.c337 dma_alloc_attrs(ctx->dev->dev, in hantro_jpeg_enc_init()
H A Dhantro_postproc.c133 priv->cpu = dma_alloc_attrs(vpu->dev, buf_size, &priv->dma, in hantro_postproc_alloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c96 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/hantro/
H A Dhantro_jpeg.c337 dma_alloc_attrs(ctx->dev->dev, in hantro_jpeg_enc_init()
H A Dhantro_postproc.c133 priv->cpu = dma_alloc_attrs(vpu->dev, buf_size, &priv->dma, in hantro_postproc_alloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/hantro/
H A Dhantro_jpeg.c337 dma_alloc_attrs(ctx->dev->dev, in hantro_jpeg_enc_init()
H A Dhantro_postproc.c133 priv->cpu = dma_alloc_attrs(vpu->dev, buf_size, &priv->dma, in hantro_postproc_alloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/dma/
H A Dmapping.c94 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs()
427 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function
451 EXPORT_SYMBOL(dma_alloc_attrs);
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/dma/
H A Dmapping.c94 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs()
427 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function
451 EXPORT_SYMBOL(dma_alloc_attrs);
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/dma/
H A Dmapping.c94 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs()
427 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function
451 EXPORT_SYMBOL(dma_alloc_attrs);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.c68 mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size, in mtk_drm_gem_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.c68 mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size, in mtk_drm_gem_create()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.c68 mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size, in mtk_drm_gem_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/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()

1234