Home
last modified time | relevance | path

Searched refs:mgb4_vout_dev (Results 1 – 4 of 4) 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.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_cmt.c192 u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq) in mgb4_cmt_set_vout_freq()