Home
last modified time | relevance | path

Searched refs:ion_user_handle_t (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/allocator/
H A Dion.h23 typedef int ion_user_handle_t; typedef
266 ion_user_handle_t handle;
280 ion_user_handle_t handle;
289 ion_user_handle_t handle;
319 ion_user_handle_t handle;
329 ion_user_handle_t handle;
H A Dallocator_ion.c58 unsigned int flags, ion_user_handle_t *handle) in ion_alloc()
82 static int ion_free(int fd, ion_user_handle_t handle) in ion_free()
95 static int ion_map_fd(int fd, ion_user_handle_t handle, int *map_fd) in ion_map_fd()
348 ion_user_handle_t hnd = -1; in allocator_ion_alloc()
443 ion_free(p->ion_device, (ion_user_handle_t)((intptr_t)data->hnd)); in allocator_ion_free()