Home
last modified time | relevance | path

Searched refs:vdoa (Results 1 – 6 of 6) sorted by relevance

/drivers/media/platform/chips-media/coda/
A Dimx-vdoa.c111 dev_warn(vdoa->dev, in vdoa_irq_handler()
132 struct vdoa_data *vdoa = ctx->vdoa; in vdoa_wait_for_completion() local
139 dev_err(vdoa->dev, in vdoa_wait_for_completion()
151 struct vdoa_data *vdoa = ctx->vdoa; in vdoa_device_run() local
154 if (vdoa->curr_ctx) in vdoa_device_run()
215 ctx->vdoa = vdoa; in vdoa_context_create()
223 struct vdoa_data *vdoa = ctx->vdoa; in vdoa_context_destroy() local
295 vdoa = devm_kzalloc(&pdev->dev, sizeof(*vdoa), GFP_KERNEL); in vdoa_probe()
296 if (!vdoa) in vdoa_probe()
301 vdoa->vdoa_clk = devm_clk_get(vdoa->dev, NULL); in vdoa_probe()
[all …]
A Dimx-vdoa.h14 struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa);
25 static inline struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa) in vdoa_context_create() argument
A DMakefile6 obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
A Dcoda.h84 struct vdoa_data *vdoa; member
287 struct vdoa_ctx *vdoa; member
A Dcoda-common.c482 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt()
559 if (!ctx->vdoa) { in coda_try_fmt_vdoa()
838 vdoa_context_configure(ctx->vdoa, in coda_s_fmt()
1325 if (!ctx->vdoa && f->pixel_format == V4L2_PIX_FMT_YUYV) in coda_enum_frameintervals()
2665 if (ctx->dev->vdoa && !disable_vdoa) { in coda_open()
2666 ctx->vdoa = vdoa_context_create(dev->vdoa); in coda_open()
2667 if (!ctx->vdoa) in coda_open()
2746 if (ctx->vdoa) in coda_release()
2747 vdoa_context_destroy(ctx->vdoa); in coda_release()
3223 dev->vdoa = coda_get_vdoa_data(); in coda_probe()
[all …]
A Dcoda-bit.c2206 vdoa_device_run(ctx->vdoa, in coda_prepare_decode()
2409 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()

Completed in 21 milliseconds