Lines Matching defs:vindev
83 static struct mgb4_vout_dev *loopback_dev(struct mgb4_vin_dev *vindev, int i) in loopback_dev()
104 static int loopback_active(struct mgb4_vin_dev *vindev) in loopback_active()
120 static void set_loopback_padding(struct mgb4_vin_dev *vindev, u32 padding) in set_loopback_padding()
134 static int get_timings(struct mgb4_vin_dev *vindev, in get_timings()
170 static void return_all_buffers(struct mgb4_vin_dev *vindev, in return_all_buffers()
188 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(q); in queue_setup() local
222 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
240 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
252 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in stop_streaming() local
272 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in start_streaming() local
303 struct mgb4_vin_dev *vindev = video_drvdata(file); in fh_open() local
325 struct mgb4_vin_dev *vindev = video_drvdata(file); in fh_release() local
373 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_enum_frameintervals() local
395 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_g_fmt() local
410 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_try_fmt() local
426 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_s_fmt() local
444 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_enum_input() local
468 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_enum_framesizes() local
494 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_parm() local
515 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_s_dv_timings() local
536 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_g_dv_timings() local
545 struct mgb4_vin_dev *vindev = video_drvdata(file); in vidioc_query_dv_timings() local
608 struct mgb4_vin_dev *vindev = container_of(work, struct mgb4_vin_dev, in dma_transfer() local
651 struct mgb4_vin_dev *vindev = container_of(work, struct mgb4_vin_dev, in signal_change() local
678 struct mgb4_vin_dev *vindev = (struct mgb4_vin_dev *)ctx; in vin_handler() local
690 struct mgb4_vin_dev *vindev = (struct mgb4_vin_dev *)ctx; in err_handler() local
700 static int deser_init(struct mgb4_vin_dev *vindev, int id) in deser_init()
740 static void fpga_init(struct mgb4_vin_dev *vindev) in fpga_init()
752 static void debugfs_init(struct mgb4_vin_dev *vindev) in debugfs_init()
793 struct mgb4_vin_dev *vindev; in mgb4_vin_create() local
913 void mgb4_vin_free(struct mgb4_vin_dev *vindev) in mgb4_vin_free()