Lines Matching refs:tvnorm
122 if (dev->tvnorm != norm) { in cx23885_set_tvnorm()
128 dev->tvnorm = norm; in cx23885_set_tvnorm()
357 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
545 maxw = norm_maxw(dev->tvnorm); in vidioc_try_fmt_vid_cap()
546 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
651 *id = dev->tvnorm; in vidioc_g_std()
926 .std = dev->tvnorm, in cx23885_set_freq_via_ops()
957 call_all(dev, video, s_std, dev->tvnorm); in cx23885_set_freq_via_ops()
1145 dev->tvnorm = V4L2_STD_NTSC_M; in cx23885_video_register()
1149 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()
1211 cx23885_set_tvnorm(dev, dev->tvnorm); in cx23885_video_register()