Home
last modified time | relevance | path

Searched refs:vdoa_wait_for_completion (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/coda/
Dimx-vdoa.h29 int vdoa_wait_for_completion(struct vdoa_ctx *ctx);
51 static inline int vdoa_wait_for_completion(struct vdoa_ctx *ctx) in vdoa_wait_for_completion() function
Dimx-vdoa.c138 int vdoa_wait_for_completion(struct vdoa_ctx *ctx) in vdoa_wait_for_completion() function
154 EXPORT_SYMBOL(vdoa_wait_for_completion);
163 vdoa_wait_for_completion(vdoa->curr_ctx); in vdoa_device_run()
234 vdoa_wait_for_completion(vdoa->curr_ctx); in vdoa_context_destroy()
Dcoda-bit.c2114 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()