Lines Matching refs:tvnorm
122 if (dev->tvnorm != norm) { in cx23885_set_tvnorm()
128 dev->tvnorm = norm; in cx23885_set_tvnorm()
358 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
548 maxw = norm_maxw(dev->tvnorm); in vidioc_try_fmt_vid_cap()
549 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
656 *id = dev->tvnorm; in vidioc_g_std()
931 .std = dev->tvnorm, in cx23885_set_freq_via_ops()
962 call_all(dev, video, s_std, dev->tvnorm); in cx23885_set_freq_via_ops()
1150 dev->tvnorm = V4L2_STD_NTSC_M; in cx23885_video_register()
1154 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()
1216 cx23885_set_tvnorm(dev, dev->tvnorm); in cx23885_video_register()