Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-core.c88 struct v4l2_m2m_dev *enc_dev; member
391 v4l2_m2m_job_finish(dev->enc_dev, ctx->fh.m2m_ctx); in device_run()
1268 ctx->fh.m2m_ctx = v4l2_m2m_ctx_init(dev->enc_dev, ctx, in vicodec_open()
1363 dev->enc_dev = v4l2_m2m_init(&m2m_ops); in vicodec_probe()
1364 if (IS_ERR(dev->enc_dev)) { in vicodec_probe()
1366 ret = PTR_ERR(dev->enc_dev); in vicodec_probe()
1412 ret = v4l2_m2m_register_media_controller(dev->enc_dev, in vicodec_probe()
1438 v4l2_m2m_unregister_media_controller(dev->enc_dev); in vicodec_probe()
1447 v4l2_m2m_release(dev->enc_dev); in vicodec_probe()
1462 v4l2_m2m_unregister_media_controller(dev->enc_dev); in vicodec_remove()
[all …]