vdoa_ctx          268 drivers/media/platform/coda/coda.h 	struct vdoa_ctx			*vdoa;
vdoa_ctx           78 drivers/media/platform/coda/imx-vdoa.c 	struct vdoa_ctx		*curr_ctx;
vdoa_ctx          103 drivers/media/platform/coda/imx-vdoa.c 	struct vdoa_ctx *curr_ctx;
vdoa_ctx          130 drivers/media/platform/coda/imx-vdoa.c int vdoa_wait_for_completion(struct vdoa_ctx *ctx)
vdoa_ctx          148 drivers/media/platform/coda/imx-vdoa.c void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src)
vdoa_ctx          199 drivers/media/platform/coda/imx-vdoa.c struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa)
vdoa_ctx          201 drivers/media/platform/coda/imx-vdoa.c 	struct vdoa_ctx *ctx;
vdoa_ctx          221 drivers/media/platform/coda/imx-vdoa.c void vdoa_context_destroy(struct vdoa_ctx *ctx)
vdoa_ctx          235 drivers/media/platform/coda/imx-vdoa.c int vdoa_context_configure(struct vdoa_ctx *ctx,
vdoa_ctx           10 drivers/media/platform/coda/imx-vdoa.h struct vdoa_ctx;
vdoa_ctx           14 drivers/media/platform/coda/imx-vdoa.h struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa);
vdoa_ctx           15 drivers/media/platform/coda/imx-vdoa.h int vdoa_context_configure(struct vdoa_ctx *ctx,
vdoa_ctx           18 drivers/media/platform/coda/imx-vdoa.h void vdoa_context_destroy(struct vdoa_ctx *ctx);
vdoa_ctx           20 drivers/media/platform/coda/imx-vdoa.h void vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src);
vdoa_ctx           21 drivers/media/platform/coda/imx-vdoa.h int vdoa_wait_for_completion(struct vdoa_ctx *ctx);
vdoa_ctx           25 drivers/media/platform/coda/imx-vdoa.h static inline struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa)
vdoa_ctx           30 drivers/media/platform/coda/imx-vdoa.h static inline int vdoa_context_configure(struct vdoa_ctx *ctx,
vdoa_ctx           38 drivers/media/platform/coda/imx-vdoa.h static inline void vdoa_context_destroy(struct vdoa_ctx *ctx) { };
vdoa_ctx           40 drivers/media/platform/coda/imx-vdoa.h static inline void vdoa_device_run(struct vdoa_ctx *ctx,
vdoa_ctx           43 drivers/media/platform/coda/imx-vdoa.h static inline int vdoa_wait_for_completion(struct vdoa_ctx *ctx)