Searched refs:get_phys (Results 1 – 4 of 4) sorted by relevance
52 static inline u32 get_phys(block_allocator *allocator, block_info *block);177 mem->block_array[i].addr = get_phys(allocator, block); in block_allocator_allocate()258 static inline u32 get_phys(block_allocator *allocator, block_info *block) in get_phys() function
32 int (*get_phys)(struct dma_heap *heap, struct dma_heap_phys_data *phys); member
165 if (heap->ops->get_phys) in dma_heap_ioctl_get_phys()166 return heap->ops->get_phys(heap, phys); in dma_heap_ioctl_get_phys()
492 .get_phys = cma_heap_get_phys,