/drivers/dma-buf/ |
D | dma-heap.c | 81 struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, in dma_heap_buffer_alloc() 109 int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, in dma_heap_bufferfd_alloc() 133 struct dma_heap *heap; in dma_heap_open() local 151 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_allocate() local 248 void *dma_heap_get_drvdata(struct dma_heap *heap) in dma_heap_get_drvdata() 256 struct dma_heap *heap = container_of(ref, struct dma_heap, refcount); in dma_heap_release() local 288 struct device *dma_heap_get_dev(struct dma_heap *heap) in dma_heap_get_dev() 301 const char *dma_heap_get_name(struct dma_heap *heap) in dma_heap_get_name() 309 struct dma_heap *heap, *h, *err_ret; in dma_heap_add() local 404 struct dma_heap *heap; in dma_heap_try_get_pool_size_kb() local [all …]
|
/drivers/dma-buf/heaps/ |
D | system_heap.c | 28 struct dma_heap *heap; member 357 static struct dma_buf *system_heap_do_allocate(struct dma_heap *heap, in system_heap_do_allocate() 457 static struct dma_buf *system_heap_allocate(struct dma_heap *heap, in system_heap_allocate() 469 static struct dma_buf *system_uncached_heap_allocate(struct dma_heap *heap, in system_uncached_heap_allocate() 478 static struct dma_buf *system_uncached_heap_not_initialized(struct dma_heap *heap, in system_uncached_heap_not_initialized()
|
D | cma_heap.c | 27 struct dma_heap *heap; member 32 struct cma_heap *heap; member 277 static struct dma_buf *cma_heap_allocate(struct dma_heap *heap, in cma_heap_allocate()
|
/drivers/gpu/drm/nouveau/nvkm/core/ |
D | mm.c | 111 nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, in nvkm_mm_head() 186 nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, in nvkm_mm_tail() 240 nvkm_mm_init(struct nvkm_mm *mm, u8 heap, u32 offset, u32 length, u32 block) in nvkm_mm_init()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | mm.h | 12 u8 heap; member 44 nvkm_mm_heap_size(struct nvkm_mm *mm, u8 heap) in nvkm_mm_heap_size()
|
D | gpuobj.h | 21 struct nvkm_mm heap; member
|
/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type() 282 int heap; in nvkm_mmu_host() local 323 u8 heap = NVKM_MEM_VRAM; in nvkm_mmu_vram() local
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | mmu.h | 16 } *heap; member 28 u8 heap; member
|
D | if0008.h | 25 __u8 heap; member
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 118 } heap[4]; member 127 u8 heap; member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_abi16.h | 28 struct nvkm_mm heap; member
|
/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | nv04.c | 31 struct nvkm_mm heap; member
|
D | nv40.c | 32 struct nvkm_mm heap; member
|
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ram.c | 112 nvkm_ram_get(struct nvkm_device *device, u8 heap, u8 type, u8 rpage, u64 size, in nvkm_ram_get()
|
/drivers/md/bcache/ |
D | util.h | 40 #define init_heap(heap, _size, gfp) \ argument 50 #define free_heap(heap) \ argument
|
/drivers/gpu/drm/lima/ |
D | lima_sched.h | 30 struct lima_bo *heap; member
|
/drivers/gpu/drm/ttm/ |
D | ttm_resource.c | 331 const struct ttm_place *heap = &places[i]; in ttm_resource_places_compat() local
|