Lines Matching refs:v4l2_dev

77 	struct v4l2_device v4l2_dev;  member
255 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_queue_setup()
272 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_buf_prepare()
276 dev_warn(vou_dev->v4l2_dev.dev, "buffer too small (%lu < %u)\n", in sh_vou_buf_prepare()
305 ret = v4l2_device_call_until_err(&vou_dev->v4l2_dev, 0, in sh_vou_start_streaming()
323 dev_dbg(vou_dev->v4l2_dev.dev, "%s: first buffer status 0x%x\n", in sh_vou_start_streaming()
352 v4l2_device_call_until_err(&vou_dev->v4l2_dev, 0, in sh_vou_stop_streaming()
384 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_querycap()
404 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_enum_fmt_vid_out()
419 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_g_fmt_vid_out()
481 dev_dbg(vou_dev->v4l2_dev.dev, in sh_vou_configure_geometry()
502 dev_dbg(vou_dev->v4l2_dev.dev, "%s: scaling 0x%x\n", fmt->desc, vouvcr); in sh_vou_configure_geometry()
675 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_try_fmt_vid_out()
734 ret = v4l2_device_call_until_err(&vou_dev->v4l2_dev, 0, pad, in sh_vou_set_fmt_vid_out()
740 dev_dbg(vou_dev->v4l2_dev.dev, "%s(): %ux%u -> %ux%u\n", __func__, in sh_vou_set_fmt_vid_out()
767 dev_dbg(vou_dev->v4l2_dev.dev, "%s(): %ux%u\n", __func__, in sh_vou_set_fmt_vid_out()
835 dev_dbg(vou_dev->v4l2_dev.dev, "%s(): 0x%llx\n", __func__, std_id); in sh_vou_s_std()
843 ret = v4l2_device_call_until_err(&vou_dev->v4l2_dev, 0, video, in sh_vou_s_std()
876 dev_dbg(vou_dev->v4l2_dev.dev, "%s()\n", __func__); in sh_vou_g_std()
990 v4l2_device_call_until_err(&vou_dev->v4l2_dev, 0, video, in sh_vou_s_selection()
994 ret = v4l2_device_call_until_err(&vou_dev->v4l2_dev, 0, pad, in sh_vou_s_selection()
1037 dev_warn(vou_dev->v4l2_dev.dev, "IRQ status 0x%x!\n", in sh_vou_isr()
1045 dev_warn(vou_dev->v4l2_dev.dev, in sh_vou_isr()
1054 dev_dbg(vou_dev->v4l2_dev.dev, in sh_vou_isr()
1113 dev_dbg(vou_dev->v4l2_dev.dev, "Reset took %dus\n", 100 - i); in sh_vou_hw_init()
1148 pm_runtime_get_sync(vou_dev->v4l2_dev.dev); in sh_vou_open()
1151 pm_runtime_put(vou_dev->v4l2_dev.dev); in sh_vou_open()
1174 pm_runtime_put(vou_dev->v4l2_dev.dev); in sh_vou_release()
1281 ret = v4l2_device_register(&pdev->dev, &vou_dev->v4l2_dev); in sh_vou_probe()
1291 vdev->v4l2_dev = &vou_dev->v4l2_dev; in sh_vou_probe()
1334 subdev = v4l2_i2c_new_subdev_board(&vou_dev->v4l2_dev, i2c_adap, in sh_vou_probe()
1355 v4l2_device_unregister(&vou_dev->v4l2_dev); in sh_vou_probe()
1361 struct v4l2_device *v4l2_dev = platform_get_drvdata(pdev); in sh_vou_remove() local
1362 struct sh_vou_device *vou_dev = container_of(v4l2_dev, in sh_vou_remove()
1363 struct sh_vou_device, v4l2_dev); in sh_vou_remove()
1364 struct v4l2_subdev *sd = list_entry(v4l2_dev->subdevs.next, in sh_vou_remove()
1372 v4l2_device_unregister(&vou_dev->v4l2_dev); in sh_vou_remove()