Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_ion.c381 struct ion_fd_data fd_data; in allocator_ion_import() local
386 fd_data.fd = data->fd; in allocator_ion_import()
387 ret = ion_ioctl(p->ion_device, ION_IOC_IMPORT, &fd_data); in allocator_ion_import()
388 if (0 > fd_data.handle) { in allocator_ion_import()
393 data->hnd = (void *)(intptr_t)fd_data.handle; in allocator_ion_import()
394 ret = ion_map_fd(p->ion_device, fd_data.handle, &data->fd); in allocator_ion_import()