Lines Matching refs:v4l2_dev

63 	struct v4l2_device v4l2_dev;  member
225 v4l2_err(&bcap_dev->v4l2_dev, "buffer too small (%lu < %lu)\n", in bcap_buffer_prepare()
270 v4l2_err(&bcap_dev->v4l2_dev, "stream on failed in subdev\n"); in bcap_start_streaming()
308 v4l2_err(&bcap_dev->v4l2_dev, in bcap_start_streaming()
316 v4l2_err(&bcap_dev->v4l2_dev, in bcap_start_streaming()
360 v4l2_err(&bcap_dev->v4l2_dev, in bcap_stop_streaming()
584 v4l2_err(&bcap_dev->v4l2_dev, "Failed to set input\n"); in bcap_s_input()
729 v4l2_device_call_all(&bcap_dev->v4l2_dev, 0, core, log_status); in bcap_log_status()
818 vfd->v4l2_dev = &bcap_dev->v4l2_dev; in bcap_probe()
821 ret = v4l2_device_register(&pdev->dev, &bcap_dev->v4l2_dev); in bcap_probe()
827 v4l2_info(&bcap_dev->v4l2_dev, "v4l2 device registered\n"); in bcap_probe()
829 bcap_dev->v4l2_dev.ctrl_handler = &bcap_dev->ctrl_handler; in bcap_probe()
832 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
866 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
871 v4l2_info(&bcap_dev->v4l2_dev, "video device registered as: %s\n", in bcap_probe()
877 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
883 bcap_dev->sd = v4l2_i2c_new_subdev_board(&bcap_dev->v4l2_dev, in bcap_probe()
894 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
900 v4l2_info(&bcap_dev->v4l2_dev, "v4l2 sub device registered\n"); in bcap_probe()
910 v4l2_err(&bcap_dev->v4l2_dev, "Failed to set input\n"); in bcap_probe()
923 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
934 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
942 v4l2_err(&bcap_dev->v4l2_dev, in bcap_probe()
952 v4l2_device_unregister(&bcap_dev->v4l2_dev); in bcap_probe()
964 struct v4l2_device *v4l2_dev = platform_get_drvdata(pdev); in bcap_remove() local
965 struct bcap_device *bcap_dev = container_of(v4l2_dev, in bcap_remove()
966 struct bcap_device, v4l2_dev); in bcap_remove()
971 v4l2_device_unregister(v4l2_dev); in bcap_remove()