Home
last modified time | relevance | path

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

/linux/drivers/media/platform/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
292 vdoa = devm_kzalloc(&pdev->dev, sizeof(*vdoa), GFP_KERNEL); in vdoa_probe()
293 if (!vdoa) in vdoa_probe()
298 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.c480 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt()
557 if (!ctx->vdoa) { in coda_try_fmt_vdoa()
824 vdoa_context_configure(ctx->vdoa, in coda_s_fmt()
1326 if (!ctx->vdoa && f->pixel_format == V4L2_PIX_FMT_YUYV) in coda_enum_frameintervals()
2654 if (ctx->dev->vdoa && !disable_vdoa) { in coda_open()
2655 ctx->vdoa = vdoa_context_create(dev->vdoa); in coda_open()
2656 if (!ctx->vdoa) in coda_open()
2735 if (ctx->vdoa) in coda_release()
2736 vdoa_context_destroy(ctx->vdoa); in coda_release()
3195 dev->vdoa = coda_get_vdoa_data(); in coda_probe()
[all …]
A Dcoda-bit.c2200 vdoa_device_run(ctx->vdoa, in coda_prepare_decode()
2403 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()
/linux/Documentation/devicetree/bindings/media/
A Dfsl-vdoa.txt9 - compatible: must be "fsl,imx6q-vdoa"
12 - clocks: the vdoa clock
16 vdoa@21e4000 {
17 compatible = "fsl,imx6q-vdoa";
/linux/arch/arm/boot/dts/
A Dimx6qdl.dtsi1246 vdoa@21e4000 {
1247 compatible = "fsl,imx6q-vdoa";

Completed in 21 milliseconds