Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/chips-media/
H A Dimx-vdoa.h21 int vdoa_wait_for_completion(struct vdoa_ctx *ctx);
43 static inline int vdoa_wait_for_completion(struct vdoa_ctx *ctx) in vdoa_wait_for_completion() function
H A Dimx-vdoa.c130 int vdoa_wait_for_completion(struct vdoa_ctx *ctx) in vdoa_wait_for_completion() function
146 EXPORT_SYMBOL(vdoa_wait_for_completion);
155 vdoa_wait_for_completion(vdoa->curr_ctx); in vdoa_device_run()
226 vdoa_wait_for_completion(vdoa->curr_ctx); in vdoa_context_destroy()
H A Dcoda-bit.c2409 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()