Searched refs:dma_alloc_attrs (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/asm-generic/ |
D | dma-mapping-common.h | 245 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 289 return dma_alloc_attrs(dev, size, dma_handle, flag, NULL); in dma_alloc_coherent() 304 return dma_alloc_attrs(dev, size, dma_handle, gfp, &attrs); in dma_alloc_noncoherent()
|
D | dma-mapping-broken.h | 19 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dma-mapping.h | 23 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 37 rk_obj->kvaddr = dma_alloc_attrs(drm->dev, obj->size, in rockchip_gem_alloc_buf()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-hw.c | 157 base = dma_alloc_attrs(dev, node_size * MAX_NB_NODE, &paddr, in bdisp_hw_alloc_nodes() 219 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL | GFP_DMA, &attrs); in bdisp_hw_alloc_filters()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma-mapping.h | 49 #define dma_alloc_attrs(d, s, h, f, a) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/include/linux/ |
D | dma-mapping.h | 283 return dma_alloc_attrs(dev, size, dma_addr, gfp, &attrs); in dma_alloc_writecombine()
|
/linux-4.4.14/Documentation/ |
D | DMA-attributes.txt | 99 allocated by dma_alloc_attrs() function from individual pages if it can
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_gem.c | 67 exynos_gem->cookie = dma_alloc_attrs(dev->dev, exynos_gem->size, in exynos_drm_alloc_buf()
|
D | exynos_drm_g2d.c | 262 g2d->cmdlist_pool_virt = dma_alloc_attrs(subdrv->drm_dev->dev, in g2d_init_cmdlist()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | gk20a.c | 403 node->cpuaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT, in gk20a_instobj_ctor_dma()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 317 p = dma_alloc_attrs(dev->dev, size, in msm_init_vram()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1396 token = dma_alloc_attrs(fbdev->dev, size, &dma_handle, in omapfb_alloc_fbmem()
|