Searched refs:voutdev (Results 1 – 3 of 3) sorted by relevance
21 struct mgb4_vout_dev *voutdev; in loopin_cnt() local26 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() local58 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() local66 u32 config = mgb4_read_reg(&voutdev->mgbdev->video, in video_source_show()67 voutdev->config->regs.config); in video_source_show()[all …]
13 u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq);
63 void mgb4_vout_free(struct mgb4_vout_dev *voutdev);