Searched refs:fd_data (Results 1 – 1 of 1) sorted by relevance
381 struct ion_fd_data fd_data; in allocator_ion_import() local386 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()