Searched refs:fd_ext (Results 1 – 2 of 2) sorted by relevance
254 RK_S32 fd_ext = data->fd; in os_allocator_drm_import() local257 drm_dbg_func("enter dev %d fd %d\n", p->drm_device, fd_ext); in os_allocator_drm_import()259 mpp_assert(fd_ext > 0); in os_allocator_drm_import()261 data->fd = mpp_dup(fd_ext); in os_allocator_drm_import()269 drm_dbg_func("leave dev %d fd %d -> %d\n", p->drm_device, fd_ext, data->fd); in os_allocator_drm_import()
264 RK_S32 fd_ext = data->fd; in os_allocator_dma_heap_import() local267 mpp_assert(fd_ext > 0); in os_allocator_dma_heap_import()269 data->fd = mpp_dup(fd_ext); in os_allocator_dma_heap_import()272 dma_heap_dbg_ops("dev %d import %3d -> %3d\n", p->device, fd_ext, data->fd); in os_allocator_dma_heap_import()