Searched refs:mali_dma_fence_context (Results 1 – 3 of 3) sorted by relevance
29 struct mali_dma_fence_context;42 struct mali_dma_fence_context *parent;45 struct mali_dma_fence_context { struct78 void mali_dma_fence_context_init(struct mali_dma_fence_context *dma_fence_context,88 _mali_osk_errcode_t mali_dma_fence_context_add_waiters(struct mali_dma_fence_context *dma_fence_con…95 void mali_dma_fence_context_term(struct mali_dma_fence_context *dma_fence_context);101 void mali_dma_fence_context_dec_count(struct mali_dma_fence_context *dma_fence_context);
78 static void mali_dma_fence_context_cleanup(struct mali_dma_fence_context *dma_fence_context) in mali_dma_fence_context_cleanup()110 struct mali_dma_fence_context *dma_fence_context; in mali_dma_fence_context_work_func()114 dma_fence_context = container_of(work_handle, struct mali_dma_fence_context, work_handle); in mali_dma_fence_context_work_func()126 struct mali_dma_fence_context *dma_fence_context = NULL; in mali_dma_fence_callback()143 static _mali_osk_errcode_t mali_dma_fence_add_callback(struct mali_dma_fence_context *dma_fence_con… in mali_dma_fence_add_callback()145 static _mali_osk_errcode_t mali_dma_fence_add_callback(struct mali_dma_fence_context *dma_fence_con… in mali_dma_fence_add_callback()262 void mali_dma_fence_context_init(struct mali_dma_fence_context *dma_fence_context, in mali_dma_fence_context_init()276 _mali_osk_errcode_t mali_dma_fence_context_add_waiters(struct mali_dma_fence_context *dma_fence_con… in mali_dma_fence_context_add_waiters()342 void mali_dma_fence_context_term(struct mali_dma_fence_context *dma_fence_context) in mali_dma_fence_context_term()352 void mali_dma_fence_context_dec_count(struct mali_dma_fence_context *dma_fence_context) in mali_dma_fence_context_dec_count()
103 …struct mali_dma_fence_context dma_fence_context; /**< The mali dma fence context to record dma fen…