Lines Matching refs:tvnorm
118 if (dev->tvnorm == norm) in cx23885_set_tvnorm()
121 if (dev->tvnorm != norm) { in cx23885_set_tvnorm()
127 dev->tvnorm = norm; in cx23885_set_tvnorm()
371 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
562 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
672 bool is_50hz = dev->tvnorm & V4L2_STD_625_50; in vidioc_g_pixelaspect()
697 sel->r.height = norm_maxh(dev->tvnorm); in vidioc_g_selection()
710 *id = dev->tvnorm; in vidioc_g_std()
1019 .std = dev->tvnorm, in cx23885_set_freq_via_ops()
1054 call_all(dev, video, s_std, dev->tvnorm); in cx23885_set_freq_via_ops()
1248 dev->tvnorm = V4L2_STD_NTSC_M; in cx23885_video_register()
1252 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()
1314 cx23885_set_tvnorm(dev, dev->tvnorm); in cx23885_video_register()