Home
last modified time | relevance | path

Searched refs:get_phys (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_memory_backend_dedicated.c52 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
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-heap.h32 int (*get_phys)(struct dma_heap *heap, struct dma_heap_phys_data *phys); member
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c165 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()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Drk_cma_heap.c492 .get_phys = cma_heap_get_phys,