Searched refs:ion_handle (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_ion.h | 133 struct ion_handle *ion_alloc(struct ion_client *client, size_t len, 143 void ion_free(struct ion_client *client, struct ion_handle *handle); 161 int ion_phys(struct ion_client *client, struct ion_handle *handle, 172 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle); 179 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle); 189 struct ion_handle *handle); 196 void ion_unmap_dma(struct ion_client *client, struct ion_handle *handle); 213 struct ion_handle *handle); 224 struct ion_handle *ion_import(struct ion_client *client, 238 struct ion_handle *ion_import_f [all...] |
H A D | Rockchip_OSAL_SharedMemory.c | 985 ion_user_handle_t ion_handle = 0; in Rockchip_OSAL_SharedMemory_getPhyAddress() local 988 err = ion_import(pHandle->fd, share_fd, &ion_handle); in Rockchip_OSAL_SharedMemory_getPhyAddress() 993 phys_data.handle = ion_handle; in Rockchip_OSAL_SharedMemory_getPhyAddress() 996 ion_free(pHandle->fd, ion_handle); in Rockchip_OSAL_SharedMemory_getPhyAddress()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_media_mem.h | 137 struct ion_handle *handle; /* to buffer in ion */
|
H A D | drv_media_mem.c | 134 static void __dma_clear_buffer(struct ion_handle *handle); 822 static void __dma_clear_buffer(struct ion_handle *handle) in __dma_clear_buffer()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_mmu_info.c | 478 struct ion_handle *hdl;
in rga2_get_dma_info()
|
Completed in 8 milliseconds