/linux-4.1.27/arch/openrisc/include/asm/ |
D | dma-mapping.h | 41 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 43 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 77 return dma_alloc_attrs(dev, size, dma_handle, gfp, &attrs); in dma_alloc_noncoherent()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | dma-mapping.h | 119 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 144 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 145 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL)
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 17 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | dma-mapping.h | 44 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 46 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | dma-mapping.h | 59 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 61 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | dma-mapping.h | 73 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 75 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | dma-mapping.h | 26 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 28 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | dma-mapping.h | 85 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 87 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | dma-mapping.h | 68 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 70 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/sh/include/asm/ |
D | dma-mapping.h | 56 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 58 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | dma-mapping.h | 105 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 107 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | dma-mapping.h | 109 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 112 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_buf.c | 66 buf->cookie = dma_alloc_attrs(dev->dev, in lowlevel_buffer_allocate() 84 buf->pages = dma_alloc_attrs(dev->dev, buf->size, in lowlevel_buffer_allocate()
|
D | exynos_drm_g2d.c | 260 g2d->cmdlist_pool_virt = dma_alloc_attrs(subdrv->drm_dev->dev, in g2d_init_cmdlist()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | dma-mapping.h | 128 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 131 dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | dma-mapping.h | 140 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 142 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | dma-mapping.h | 212 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 214 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/include/asm-generic/ |
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.1.27/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.1.27/arch/xtensa/include/asm/ |
D | dma-mapping.h | 188 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/linux-4.1.27/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.1.27/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.1.27/include/linux/ |
D | dma-mapping.h | 279 return dma_alloc_attrs(dev, size, dma_addr, gfp, &attrs); in dma_alloc_writecombine()
|
/linux-4.1.27/Documentation/ |
D | DMA-attributes.txt | 99 allocated by dma_alloc_attrs() function from individual pages if it can
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | gk20a.c | 218 node->cpuaddr = dma_alloc_attrs(dev, npages << PAGE_SHIFT, in gk20a_instobj_ctor_dma()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.c | 248 p = dma_alloc_attrs(dev->dev, size, in msm_init_vram()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1396 token = dma_alloc_attrs(fbdev->dev, size, &dma_handle, in omapfb_alloc_fbmem()
|