Lines Matching refs:v4l2_dev
71 v4l2_dbg(1, debug, &dev->v4l2_dev, "%s: " fmt, __func__, ## arg)
141 struct v4l2_device v4l2_dev; member
219 v4l2_err(&dev->v4l2_dev, in device_process()
226 v4l2_err(&dev->v4l2_dev, "Output buffer is too small\n"); in device_process()
546 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_try_fmt_vid_cap()
568 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_try_fmt_vid_out()
593 v4l2_err(&ctx->dev->v4l2_dev, "%s queue busy\n", __func__); in vidioc_s_fmt()
667 v4l2_err(&ctx->dev->v4l2_dev, "Invalid control\n"); in vim2m_s_ctrl()
999 ret = v4l2_device_register(&pdev->dev, &dev->v4l2_dev); in vim2m_probe()
1009 vfd->v4l2_dev = &dev->v4l2_dev; in vim2m_probe()
1013 v4l2_err(&dev->v4l2_dev, "Failed to register video device\n"); in vim2m_probe()
1019 v4l2_info(&dev->v4l2_dev, in vim2m_probe()
1027 v4l2_err(&dev->v4l2_dev, "Failed to init mem2mem device\n"); in vim2m_probe()
1038 v4l2_device_unregister(&dev->v4l2_dev); in vim2m_probe()
1047 v4l2_info(&dev->v4l2_dev, "Removing " MEM2MEM_NAME); in vim2m_remove()
1051 v4l2_device_unregister(&dev->v4l2_dev); in vim2m_remove()