Searched refs:fd_ext (Results 1 – 2 of 2) sorted by relevance
232 RK_S32 fd_ext = data->fd; in os_allocator_dma_heap_import() local235 mpp_assert(fd_ext > 0); in os_allocator_dma_heap_import()237 data->fd = dup(fd_ext); in os_allocator_dma_heap_import()240 dma_heap_dbg_ops("dev %d import %3d -> %3d\n", p->device, fd_ext, data->fd); in os_allocator_dma_heap_import()
220 RK_S32 fd_ext = data->fd; in os_allocator_drm_import() local225 mpp_assert(fd_ext > 0); in os_allocator_drm_import()227 data->fd = dup(fd_ext); in os_allocator_drm_import()