Home
last modified time | relevance | path

Searched refs:voutdev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_out.c21 struct mgb4_vout_dev *voutdev; in loopin_cnt() local
26 voutdev = vindev->mgbdev->vout[i]; in loopin_cnt()
27 if (!voutdev) in loopin_cnt()
30 config = mgb4_read_reg(&voutdev->mgbdev->video, in loopin_cnt()
31 voutdev->config->regs.config); in loopin_cnt()
56 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in output_id_show() local
58 return sprintf(buf, "%d\n", voutdev->config->id); in output_id_show()
65 struct mgb4_vout_dev *voutdev = video_get_drvdata(vdev); in video_source_show() local
66 u32 config = mgb4_read_reg(&voutdev->mgbdev->video, in video_source_show()
67 voutdev->config->regs.config); in video_source_show()
[all …]
H A Dmgb4_cmt.h13 u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq);
H A Dmgb4_vout.h63 void mgb4_vout_free(struct mgb4_vout_dev *voutdev);