Home
last modified time | relevance | path

Searched refs:mgb4_vout_dev (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_out.c21 struct mgb4_vout_dev *voutdev; in loopin_cnt()
56 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in output_id_show()
65 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in video_source_show()
89 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in video_source_store()
150 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in display_width_show()
162 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in display_width_store()
190 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in display_height_show()
202 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in display_height_store()
230 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in frame_rate_show()
246 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in frame_rate_store()
[all …]
H A Dmgb4_vout.c64 static void get_timings(struct mgb4_vout_dev *voutdev, in get_timings()
91 static void return_all_buffers(struct mgb4_vout_dev *voutdev, in return_all_buffers()
109 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(q); in queue_setup()
144 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
165 struct mgb4_vout_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
177 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(vq); in stop_streaming()
189 struct mgb4_vout_dev *voutdev = vb2_get_drv_priv(vq); in start_streaming()
263 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_g_fmt()
295 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_try_fmt()
327 struct mgb4_vout_dev *voutdev = video_drvdata(file); in vidioc_s_fmt()
[all …]
H A Dmgb4_vout.h36 struct mgb4_vout_dev { struct
62 struct mgb4_vout_dev *mgb4_vout_create(struct mgb4_dev *mgbdev, int id); argument
63 void mgb4_vout_free(struct mgb4_vout_dev *voutdev);
H A Dmgb4_cmt.h13 u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq);
H A Dmgb4_core.h38 struct mgb4_vout_dev *vout[MGB4_VOUT_DEVICES];
H A Dmgb4_cmt.c192 u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq) in mgb4_cmt_set_vout_freq()
H A Dmgb4_vin.c87 static struct mgb4_vout_dev *loopback_dev(struct mgb4_vin_dev *vindev, int i) in loopback_dev()
89 struct mgb4_vout_dev *voutdev; in loopback_dev()
127 struct mgb4_vout_dev *voutdev; in set_loopback_padding()