Searched refs:_mali_uk_fence_t (Results 1 – 4 of 4) sorted by relevance
50 _mali_uk_fence_t uk_fence; in timeline_wait_wrapper()55 if (0 != copy_from_user(&uk_fence, &uargs->fence, sizeof(_mali_uk_fence_t))) return -EFAULT; in timeline_wait_wrapper()71 _mali_uk_fence_t uk_fence; in timeline_create_sync_fence_wrapper()76 if (0 != copy_from_user(&uk_fence, &uargs->fence, sizeof(_mali_uk_fence_t))) return -EFAULT; in timeline_create_sync_fence_wrapper()
34 } _mali_uk_fence_t; typedef273 _mali_uk_fence_t fence; /**< [in] fence this job must wait on */386 _mali_uk_fence_t fence; /**< [in] fence this job must wait on */440 _mali_uk_fence_t fence; /**< [in] fence this job must wait on */1074 _mali_uk_fence_t fence; /**< [in] fence */1081 _mali_uk_fence_t fence; /**< [in] mali fence to create linux sync fence from */
506 void mali_timeline_fence_copy_uk_fence(struct mali_timeline_fence *fence, _mali_uk_fence_t *uk_fenc…
743 void mali_timeline_fence_copy_uk_fence(struct mali_timeline_fence *fence, _mali_uk_fence_t *uk_fenc… in mali_timeline_fence_copy_uk_fence()