Lines Matching defs:voutdev
60 static void get_timings(struct mgb4_vout_dev *voutdev, in get_timings()
87 static void return_all_buffers(struct mgb4_vout_dev *voutdev, in return_all_buffers()
105 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(q); in queue_setup() local
140 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
173 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(vq); in stop_streaming() local
188 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(vq); in start_streaming() local
247 struct mgb4_vin_dev *voutdev = video_drvdata(file); in vidioc_enum_fmt() local
263 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_g_fmt() local
295 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_try_fmt() local
327 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_s_fmt() local
393 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_enum_frameintervals() local
421 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_g_parm() local
449 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_s_parm() local
475 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_g_dv_timings() local
485 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_s_dv_timings() local
535 struct mgb4_vout_dev *voutdev = video_drvdata(file); in fh_open() local
578 struct mgb4_vout_dev *voutdev = container_of(work, struct mgb4_vout_dev, in dma_transfer() local
618 struct mgb4_vout_dev *voutdev = (struct mgb4_vout_dev *)ctx; in handler() local
628 static int ser_init(struct mgb4_vout_dev *voutdev, int id) in ser_init()
657 static void fpga_init(struct mgb4_vout_dev *voutdev) in fpga_init()
675 static void create_debugfs(struct mgb4_vout_dev *voutdev) in create_debugfs()
720 struct mgb4_vout_dev *voutdev; in mgb4_vout_create() local
824 void mgb4_vout_free(struct mgb4_vout_dev *voutdev) in mgb4_vout_free()