Searched refs:ion_alloc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ion.h | 317 struct dma_buf *ion_alloc(size_t len, unsigned int heap_id_mask, 402 static inline struct dma_buf *ion_alloc(size_t len, unsigned int heap_id_mask, in ion_alloc() function
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_ion.c | 69 static int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask, in ion_alloc() function 369 ret = ion_alloc(p->ion_device, info->size, p->alignment, ion_heap_mask, in allocator_ion_alloc()
|
| H A D | ion.h | 135 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion.c | 35 struct dma_buf *ion_alloc(size_t len, unsigned int heap_id_mask, in ion_alloc() function 40 EXPORT_SYMBOL_GPL(ion_alloc);
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_drv.c | 2077 src_handle = ion_alloc(data->ion_client, (size_t)srcW * srcH * 4, 0, in rga_slt() 2080 dst_handle = ion_alloc(data->ion_client, (size_t)dstW * dstH * 4, 0, in rga_slt()
|