Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c232 RK_S32 fd_ext = data->fd; in os_allocator_dma_heap_import() local
235 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()
H A Dallocator_drm.c220 RK_S32 fd_ext = data->fd; in os_allocator_drm_import() local
225 mpp_assert(fd_ext > 0); in os_allocator_drm_import()
227 data->fd = dup(fd_ext); in os_allocator_drm_import()