tvnorm           4096 drivers/media/pci/bt8xx/bttv-cards.c 		if (bttv_tvnorms[btv->tvnorm].v4l2_id & V4L2_STD_MN)
tvnorm            723 drivers/media/pci/bt8xx/bttv-driver.c 	const struct bttv_tvnorm *tvnorm;
tvnorm            726 drivers/media/pci/bt8xx/bttv-driver.c 	tvnorm = &bttv_tvnorms[btv->tvnorm];
tvnorm            727 drivers/media/pci/bt8xx/bttv-driver.c 	btv->crop_start = tvnorm->cropcap.bounds.top
tvnorm            728 drivers/media/pci/bt8xx/bttv-driver.c 		+ tvnorm->cropcap.bounds.height;
tvnorm            850 drivers/media/pci/bt8xx/bttv-driver.c 	int table_idx = bttv_tvnorms[btv->tvnorm].sram;
tvnorm            851 drivers/media/pci/bt8xx/bttv-driver.c 	int fsc       = bttv_tvnorms[btv->tvnorm].Fsc;
tvnorm           1118 drivers/media/pci/bt8xx/bttv-driver.c 	const struct bttv_tvnorm *tvnorm;
tvnorm           1122 drivers/media/pci/bt8xx/bttv-driver.c 	BUG_ON(btv->tvnorm >= BTTV_TVNORMS);
tvnorm           1124 drivers/media/pci/bt8xx/bttv-driver.c 	tvnorm = &bttv_tvnorms[norm];
tvnorm           1126 drivers/media/pci/bt8xx/bttv-driver.c 	if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap,
tvnorm           1127 drivers/media/pci/bt8xx/bttv-driver.c 		    sizeof (tvnorm->cropcap))) {
tvnorm           1132 drivers/media/pci/bt8xx/bttv-driver.c 			btv->crop_start = tvnorm->cropcap.bounds.top
tvnorm           1133 drivers/media/pci/bt8xx/bttv-driver.c 				+ tvnorm->cropcap.bounds.height;
tvnorm           1137 drivers/media/pci/bt8xx/bttv-driver.c 	btv->tvnorm = norm;
tvnorm           1139 drivers/media/pci/bt8xx/bttv-driver.c 	btwrite(tvnorm->adelay, BT848_ADELAY);
tvnorm           1140 drivers/media/pci/bt8xx/bttv-driver.c 	btwrite(tvnorm->bdelay, BT848_BDELAY);
tvnorm           1141 drivers/media/pci/bt8xx/bttv-driver.c 	btaor(tvnorm->iform,~(BT848_IFORM_NORM|BT848_IFORM_XTBOTH),
tvnorm           1143 drivers/media/pci/bt8xx/bttv-driver.c 	btwrite(tvnorm->vbipack, BT848_VBI_PACK_SIZE);
tvnorm           1153 drivers/media/pci/bt8xx/bttv-driver.c 	id = tvnorm->v4l2_id;
tvnorm           1249 drivers/media/pci/bt8xx/bttv-driver.c 	set_input(btv, btv->input, btv->tvnorm);
tvnorm           1553 drivers/media/pci/bt8xx/bttv-driver.c 		norm = btv->tvnorm;
tvnorm           1563 drivers/media/pci/bt8xx/bttv-driver.c 		norm = btv->tvnorm;
tvnorm           1595 drivers/media/pci/bt8xx/bttv-driver.c 	    buf->tvnorm != norm || buf->fmt != fmt ||
tvnorm           1603 drivers/media/pci/bt8xx/bttv-driver.c 		buf->tvnorm    = norm;
tvnorm           1782 drivers/media/pci/bt8xx/bttv-driver.c 	set_input(btv, i, btv->tvnorm);
tvnorm           1969 drivers/media/pci/bt8xx/bttv-driver.c 	b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;
tvnorm           2559 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.tvnorm = btv->tvnorm;
tvnorm           2713 drivers/media/pci/bt8xx/bttv-driver.c 	v4l2_video_std_frame_period(bttv_tvnorms[btv->tvnorm].v4l2_id,
tvnorm           2752 drivers/media/pci/bt8xx/bttv-driver.c 	*f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect;
tvnorm           2775 drivers/media/pci/bt8xx/bttv-driver.c 		sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect;
tvnorm           2778 drivers/media/pci/bt8xx/bttv-driver.c 		sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds;
tvnorm           2815 drivers/media/pci/bt8xx/bttv-driver.c 	b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;
tvnorm           3004 drivers/media/pci/bt8xx/bttv-driver.c 	set_tvnorm(btv,btv->tvnorm);
tvnorm           3005 drivers/media/pci/bt8xx/bttv-driver.c 	set_input(btv, btv->input, btv->tvnorm);
tvnorm           3022 drivers/media/pci/bt8xx/bttv-driver.c 	bttv_vbi_fmt_reset(&fh->vbi_fmt, btv->tvnorm);
tvnorm           4177 drivers/media/pci/bt8xx/bttv-driver.c 		set_input(btv, 0, btv->tvnorm);
tvnorm           4178 drivers/media/pci/bt8xx/bttv-driver.c 		bttv_crop_reset(&btv->crop[0], btv->tvnorm);
tvnorm            328 drivers/media/pci/bt8xx/bttv-risc.c 		  const struct bttv_tvnorm *tvnorm)
tvnorm            333 drivers/media/pci/bt8xx/bttv-risc.c 	int swidth       = tvnorm->swidth;
tvnorm            334 drivers/media/pci/bt8xx/bttv-risc.c 	int totalwidth   = tvnorm->totalwidth;
tvnorm            335 drivers/media/pci/bt8xx/bttv-risc.c 	int scaledtwidth = tvnorm->scaledtwidth;
tvnorm            343 drivers/media/pci/bt8xx/bttv-risc.c 	vdelay = tvnorm->vdelay;
tvnorm            347 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hdelay =  tvnorm->hdelayx1;
tvnorm            350 drivers/media/pci/bt8xx/bttv-risc.c 	sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512;
tvnorm            353 drivers/media/pci/bt8xx/bttv-risc.c 		((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0);
tvnorm            357 drivers/media/pci/bt8xx/bttv-risc.c 	geo->sheight =  tvnorm->sheight;
tvnorm            358 drivers/media/pci/bt8xx/bttv-risc.c 	geo->vtotal  =  tvnorm->vtotal;
tvnorm            375 drivers/media/pci/bt8xx/bttv-risc.c 			 const struct bttv_tvnorm *     tvnorm,
tvnorm            382 drivers/media/pci/bt8xx/bttv-risc.c 	if ((crop->left == tvnorm->cropcap.defrect.left
tvnorm            383 drivers/media/pci/bt8xx/bttv-risc.c 	     && crop->top == tvnorm->cropcap.defrect.top
tvnorm            384 drivers/media/pci/bt8xx/bttv-risc.c 	     && crop->width == tvnorm->cropcap.defrect.width
tvnorm            385 drivers/media/pci/bt8xx/bttv-risc.c 	     && crop->height == tvnorm->cropcap.defrect.height
tvnorm            386 drivers/media/pci/bt8xx/bttv-risc.c 	     && width <= tvnorm->swidth /* see PAL-Nc et al */)
tvnorm            389 drivers/media/pci/bt8xx/bttv-risc.c 				  both_fields, tvnorm);
tvnorm            404 drivers/media/pci/bt8xx/bttv-risc.c 	geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY;
tvnorm            409 drivers/media/pci/bt8xx/bttv-risc.c 	geo->vtotal = tvnorm->vtotal;
tvnorm            699 drivers/media/pci/bt8xx/bttv-risc.c 	const struct bttv_tvnorm *tvnorm = bttv_tvnorms + buf->tvnorm;
tvnorm            713 drivers/media/pci/bt8xx/bttv-risc.c 			      tvnorm,&buf->crop);
tvnorm            767 drivers/media/pci/bt8xx/bttv-risc.c 				      tvnorm,&buf->crop);
tvnorm            776 drivers/media/pci/bt8xx/bttv-risc.c 				      tvnorm,&buf->crop);
tvnorm            785 drivers/media/pci/bt8xx/bttv-risc.c 				      tvnorm,&buf->crop);
tvnorm            808 drivers/media/pci/bt8xx/bttv-risc.c 				      tvnorm,&buf->crop);
tvnorm            838 drivers/media/pci/bt8xx/bttv-risc.c 		bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight,
tvnorm            839 drivers/media/pci/bt8xx/bttv-risc.c 			      1,tvnorm,&buf->crop);
tvnorm            870 drivers/media/pci/bt8xx/bttv-risc.c 		      &bttv_tvnorms[ov->tvnorm],&buf->crop);
tvnorm             98 drivers/media/pci/bt8xx/bttv-vbi.c 	const struct bttv_tvnorm *tvnorm;
tvnorm            107 drivers/media/pci/bt8xx/bttv-vbi.c 	tvnorm = fh->vbi_fmt.tvnorm;
tvnorm            121 drivers/media/pci/bt8xx/bttv-vbi.c 				      - tvnorm->vbistart[0]));
tvnorm            124 drivers/media/pci/bt8xx/bttv-vbi.c 				      - tvnorm->vbistart[1]));
tvnorm            180 drivers/media/pci/bt8xx/bttv-vbi.c 	if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top)
tvnorm            181 drivers/media/pci/bt8xx/bttv-vbi.c 		min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top;
tvnorm            233 drivers/media/pci/bt8xx/bttv-vbi.c static int try_fmt(struct v4l2_vbi_format *f, const struct bttv_tvnorm *tvnorm,
tvnorm            245 drivers/media/pci/bt8xx/bttv-vbi.c 	min_start = tvnorm->vbistart[0];
tvnorm            247 drivers/media/pci/bt8xx/bttv-vbi.c 	max_end = (tvnorm->cropcap.bounds.top
tvnorm            248 drivers/media/pci/bt8xx/bttv-vbi.c 		   + tvnorm->cropcap.bounds.height) >> 1;
tvnorm            255 drivers/media/pci/bt8xx/bttv-vbi.c 	f->sampling_rate    = tvnorm->Fsc;
tvnorm            260 drivers/media/pci/bt8xx/bttv-vbi.c 	f2_offset = tvnorm->vbistart[1] - tvnorm->vbistart[0];
tvnorm            286 drivers/media/pci/bt8xx/bttv-vbi.c 		f->start[0] = tvnorm->vbistart[0];
tvnorm            287 drivers/media/pci/bt8xx/bttv-vbi.c 		f->start[1] = tvnorm->vbistart[1];
tvnorm            304 drivers/media/pci/bt8xx/bttv-vbi.c 	const struct bttv_tvnorm *tvnorm;
tvnorm            309 drivers/media/pci/bt8xx/bttv-vbi.c 	tvnorm = &bttv_tvnorms[btv->tvnorm];
tvnorm            314 drivers/media/pci/bt8xx/bttv-vbi.c 	return try_fmt(&frt->fmt.vbi, tvnorm, crop_start);
tvnorm            322 drivers/media/pci/bt8xx/bttv-vbi.c 	const struct bttv_tvnorm *tvnorm;
tvnorm            332 drivers/media/pci/bt8xx/bttv-vbi.c 	tvnorm = &bttv_tvnorms[btv->tvnorm];
tvnorm            334 drivers/media/pci/bt8xx/bttv-vbi.c 	rc = try_fmt(&frt->fmt.vbi, tvnorm, btv->crop_start);
tvnorm            338 drivers/media/pci/bt8xx/bttv-vbi.c 	start1 = frt->fmt.vbi.start[1] - tvnorm->vbistart[1] +
tvnorm            339 drivers/media/pci/bt8xx/bttv-vbi.c 		tvnorm->vbistart[0];
tvnorm            352 drivers/media/pci/bt8xx/bttv-vbi.c 	fh->vbi_fmt.tvnorm = tvnorm;
tvnorm            369 drivers/media/pci/bt8xx/bttv-vbi.c 	const struct bttv_tvnorm *tvnorm;
tvnorm            373 drivers/media/pci/bt8xx/bttv-vbi.c 	tvnorm = &bttv_tvnorms[fh->btv->tvnorm];
tvnorm            375 drivers/media/pci/bt8xx/bttv-vbi.c 	if (tvnorm != fh->vbi_fmt.tvnorm) {
tvnorm            383 drivers/media/pci/bt8xx/bttv-vbi.c 		max_end = (tvnorm->cropcap.bounds.top
tvnorm            384 drivers/media/pci/bt8xx/bttv-vbi.c 			   + tvnorm->cropcap.bounds.height) >> 1;
tvnorm            386 drivers/media/pci/bt8xx/bttv-vbi.c 		frt->fmt.vbi.sampling_rate = tvnorm->Fsc;
tvnorm            392 drivers/media/pci/bt8xx/bttv-vbi.c 				+ tvnorm->vbistart[i]
tvnorm            393 drivers/media/pci/bt8xx/bttv-vbi.c 				- fh->vbi_fmt.tvnorm->vbistart[i];
tvnorm            400 drivers/media/pci/bt8xx/bttv-vbi.c 			max_end += tvnorm->vbistart[1]
tvnorm            401 drivers/media/pci/bt8xx/bttv-vbi.c 				- tvnorm->vbistart[0];
tvnorm            409 drivers/media/pci/bt8xx/bttv-vbi.c 	const struct bttv_tvnorm *tvnorm;
tvnorm            413 drivers/media/pci/bt8xx/bttv-vbi.c 	tvnorm = &bttv_tvnorms[norm];
tvnorm            415 drivers/media/pci/bt8xx/bttv-vbi.c 	f->fmt.sampling_rate    = tvnorm->Fsc;
tvnorm            419 drivers/media/pci/bt8xx/bttv-vbi.c 	f->fmt.start[0]		= tvnorm->vbistart[0];
tvnorm            420 drivers/media/pci/bt8xx/bttv-vbi.c 	f->fmt.start[1]		= tvnorm->vbistart[1];
tvnorm            429 drivers/media/pci/bt8xx/bttv-vbi.c 	real_samples_per_line   = 1024 + tvnorm->vbipack * 4;
tvnorm            430 drivers/media/pci/bt8xx/bttv-vbi.c 	real_count              = ((tvnorm->cropcap.defrect.top >> 1)
tvnorm            431 drivers/media/pci/bt8xx/bttv-vbi.c 				   - tvnorm->vbistart[0]);
tvnorm            436 drivers/media/pci/bt8xx/bttv-vbi.c 	f->tvnorm               = tvnorm;
tvnorm            439 drivers/media/pci/bt8xx/bttv-vbi.c 	f->end                  = tvnorm->vbistart[0] * 2 + 2;
tvnorm            150 drivers/media/pci/bt8xx/bttvp.h 	unsigned int               tvnorm;
tvnorm            169 drivers/media/pci/bt8xx/bttvp.h 	unsigned int           tvnorm;
tvnorm            181 drivers/media/pci/bt8xx/bttvp.h 	const struct bttv_tvnorm *tvnorm;
tvnorm            420 drivers/media/pci/bt8xx/bttvp.h 	unsigned int tvnorm;
tvnorm            411 drivers/media/pci/cx18/cx18-driver.h 	v4l2_std_id tvnorm; /* selected tv norm */
tvnorm            126 drivers/media/pci/cx18/cx18-streams.c 	    buf->tvnorm != cx->std) {
tvnorm            131 drivers/media/pci/cx18/cx18-streams.c 		buf->tvnorm    = cx->std;
tvnorm            153 drivers/media/pci/cx18/cx18-streams.c 		buf->tvnorm    = cx->std;
tvnorm           1225 drivers/media/pci/cx23885/cx23885-417.c 	*id = dev->tvnorm;
tvnorm             46 drivers/media/pci/cx23885/cx23885-vbi.c 	if (dev->tvnorm & V4L2_STD_525_60) {
tvnorm             52 drivers/media/pci/cx23885/cx23885-vbi.c 	} else if (dev->tvnorm & V4L2_STD_625_50) {
tvnorm            121 drivers/media/pci/cx23885/cx23885-vbi.c 	if (dev->tvnorm & V4L2_STD_525_60)
tvnorm            137 drivers/media/pci/cx23885/cx23885-vbi.c 	if (dev->tvnorm & V4L2_STD_525_60)
tvnorm            118 drivers/media/pci/cx23885/cx23885-video.c 	if (dev->tvnorm == norm)
tvnorm            121 drivers/media/pci/cx23885/cx23885-video.c 	if (dev->tvnorm != norm) {
tvnorm            127 drivers/media/pci/cx23885/cx23885-video.c 	dev->tvnorm = norm;
tvnorm            368 drivers/media/pci/cx23885/cx23885-video.c 		if (dev->tvnorm & V4L2_STD_525_60)
tvnorm            559 drivers/media/pci/cx23885/cx23885-video.c 	maxh  = norm_maxh(dev->tvnorm);
tvnorm            659 drivers/media/pci/cx23885/cx23885-video.c 	bool is_50hz = dev->tvnorm & V4L2_STD_625_50;
tvnorm            684 drivers/media/pci/cx23885/cx23885-video.c 		sel->r.height = norm_maxh(dev->tvnorm);
tvnorm            697 drivers/media/pci/cx23885/cx23885-video.c 	*id = dev->tvnorm;
tvnorm            971 drivers/media/pci/cx23885/cx23885-video.c 		.std       = dev->tvnorm,
tvnorm           1003 drivers/media/pci/cx23885/cx23885-video.c 		call_all(dev, video, s_std, dev->tvnorm);
tvnorm           1194 drivers/media/pci/cx23885/cx23885-video.c 	dev->tvnorm = V4L2_STD_NTSC_M;
tvnorm           1198 drivers/media/pci/cx23885/cx23885-video.c 	dev->height = norm_maxh(dev->tvnorm);
tvnorm           1260 drivers/media/pci/cx23885/cx23885-video.c 	cx23885_set_tvnorm(dev, dev->tvnorm);
tvnorm            398 drivers/media/pci/cx23885/cx23885.h 	v4l2_std_id                tvnorm;
tvnorm            388 drivers/media/pci/cx25821/cx25821-medusa-video.c 	if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK)
tvnorm            170 drivers/media/pci/cx25821/cx25821-video.c 			if (dev->tvnorm & V4L2_STD_625_50)
tvnorm            346 drivers/media/pci/cx25821/cx25821-video.c 	maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
tvnorm            440 drivers/media/pci/cx25821/cx25821-video.c 	*tvnorms = chan->dev->tvnorm;
tvnorm            450 drivers/media/pci/cx25821/cx25821-video.c 	if (dev->tvnorm == tvnorms)
tvnorm            453 drivers/media/pci/cx25821/cx25821-video.c 	dev->tvnorm = tvnorms;
tvnorm            455 drivers/media/pci/cx25821/cx25821-video.c 	chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
tvnorm            544 drivers/media/pci/cx25821/cx25821-video.c 	f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
tvnorm            673 drivers/media/pci/cx25821/cx25821-video.c 	dev->tvnorm = V4L2_STD_NTSC_M;
tvnorm            712 drivers/media/pci/cx25821/cx25821-video.c 		if (dev->tvnorm & V4L2_STD_625_50)
tvnorm            252 drivers/media/pci/cx25821/cx25821.h 	v4l2_std_id tvnorm;
tvnorm            546 drivers/media/pci/cx88/cx88-blackbird.c 				 dev->core->tvnorm & V4L2_STD_625_50);
tvnorm            841 drivers/media/pci/cx88/cx88-blackbird.c 	maxw = norm_maxw(core->tvnorm);
tvnorm            842 drivers/media/pci/cx88/cx88-blackbird.c 	maxh = norm_maxh(core->tvnorm);
tvnorm           1013 drivers/media/pci/cx88/cx88-blackbird.c static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *tvnorm)
tvnorm           1018 drivers/media/pci/cx88/cx88-blackbird.c 	*tvnorm = core->tvnorm;
tvnorm           1189 drivers/media/pci/cx88/cx88-blackbird.c 	cx88_set_tvnorm(core, core->tvnorm);
tvnorm           3681 drivers/media/pci/cx88/cx88-cards.c 	core->tvnorm  = 0;
tvnorm            671 drivers/media/pci/cx88/cx88-core.c 	unsigned int swidth  = norm_swidth(core->tvnorm);
tvnorm            672 drivers/media/pci/cx88/cx88-core.c 	unsigned int sheight = norm_maxh(core->tvnorm);
tvnorm            678 drivers/media/pci/cx88/cx88-core.c 		v4l2_norm_to_name(core->tvnorm));
tvnorm            683 drivers/media/pci/cx88/cx88-core.c 	value = (width * norm_hdelay(core->tvnorm)) / swidth;
tvnorm            699 drivers/media/pci/cx88/cx88-core.c 	cx_write(MO_VDELAY_EVEN, norm_vdelay(core->tvnorm));
tvnorm            700 drivers/media/pci/cx88/cx88-core.c 	cx_write(MO_VDELAY_ODD,  norm_vdelay(core->tvnorm));
tvnorm            701 drivers/media/pci/cx88/cx88-core.c 	dprintk(1, "set_scale: vdelay  0x%04x\n", norm_vdelay(core->tvnorm));
tvnorm            715 drivers/media/pci/cx88/cx88-core.c 	if (core->tvnorm & V4L2_STD_SECAM) {
tvnorm            817 drivers/media/pci/cx88/cx88-core.c 	v4l2_std_id norm = core->tvnorm;
tvnorm            851 drivers/media/pci/cx88/cx88-core.c 			v4l2_norm_to_name(core->tvnorm));
tvnorm            878 drivers/media/pci/cx88/cx88-core.c 	if (norm == core->tvnorm)
tvnorm            885 drivers/media/pci/cx88/cx88-core.c 	core->tvnorm = norm;
tvnorm            925 drivers/media/pci/cx88/cx88-core.c 		v4l2_norm_to_name(core->tvnorm), fsc8, adc_clock, vdec_clock,
tvnorm             32 drivers/media/pci/cx88/cx88-vbi.c 	if (dev->core->tvnorm & V4L2_STD_525_60) {
tvnorm             40 drivers/media/pci/cx88/cx88-vbi.c 	} else if (dev->core->tvnorm & V4L2_STD_625_50) {
tvnorm            122 drivers/media/pci/cx88/cx88-vbi.c 	if (dev->core->tvnorm & V4L2_STD_525_60)
tvnorm            138 drivers/media/pci/cx88/cx88-vbi.c 	if (dev->core->tvnorm & V4L2_STD_525_60)
tvnorm            621 drivers/media/pci/cx88/cx88-video.c 		if (core->tvnorm & V4L2_STD_SECAM) {
tvnorm            737 drivers/media/pci/cx88/cx88-video.c 	maxw = norm_maxw(core->tvnorm);
tvnorm            738 drivers/media/pci/cx88/cx88-video.c 	maxh = norm_maxh(core->tvnorm);
tvnorm            827 drivers/media/pci/cx88/cx88-video.c static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *tvnorm)
tvnorm            832 drivers/media/pci/cx88/cx88-video.c 	*tvnorm = core->tvnorm;
tvnorm            376 drivers/media/pci/cx88/cx88.h 	v4l2_std_id                tvnorm;
tvnorm            599 drivers/media/pci/ngene/ngene.h 	int                    tvnorm;
tvnorm            708 drivers/media/pci/ngene/ngene.h 	int                   tvnorm;
tvnorm            887 drivers/media/pci/ngene/ngene.h 	int                        tvnorm;
tvnorm            245 drivers/media/pci/saa7134/saa7134-tvaudio.c 	if (dev->tvnorm->id == V4L2_STD_NTSC) {
tvnorm            321 drivers/media/pci/saa7134/saa7134-tvaudio.c 	if (!(dev->tvnorm->id & scan->std)) {
tvnorm            500 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (!(dev->tvnorm->id & mainscan[i].std))
tvnorm            535 drivers/media/pci/saa7134/saa7134-tvaudio.c 				  dev->tvnorm->name, carrier/1000, carrier%1000,
tvnorm            559 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (dev->tvnorm->id != UNSET &&
tvnorm            560 drivers/media/pci/saa7134/saa7134-tvaudio.c 				!(dev->tvnorm->id & tvaudio[i].std))
tvnorm            793 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (dev->tvnorm->id & (V4L2_STD_B | V4L2_STD_GH))
tvnorm            795 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (dev->tvnorm->id & V4L2_STD_PAL_I)
tvnorm            797 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (dev->tvnorm->id & V4L2_STD_DK)
tvnorm            799 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (dev->tvnorm->id & V4L2_STD_MN)
tvnorm            801 drivers/media/pci/saa7134/saa7134-tvaudio.c 			if (dev->tvnorm->id & (V4L2_STD_SECAM_L | V4L2_STD_SECAM_LC))
tvnorm             42 drivers/media/pci/saa7134/saa7134-vbi.c 	struct saa7134_tvnorm *norm = dev->tvnorm;
tvnorm            136 drivers/media/pci/saa7134/saa7134-vbi.c 	dev->vbi_vlen = dev->tvnorm->vbi_v_stop_0 - dev->tvnorm->vbi_v_start_0 + 1;
tvnorm            364 drivers/media/pci/saa7134/saa7134-video.c 	dev->tvnorm = norm;
tvnorm            388 drivers/media/pci/saa7134/saa7134-video.c 	set_tvnorm(dev, dev->tvnorm);
tvnorm            397 drivers/media/pci/saa7134/saa7134-video.c 	struct saa7134_tvnorm *norm = dev->tvnorm;
tvnorm            455 drivers/media/pci/saa7134/saa7134-video.c 	saa_call_all(dev, video, s_std, dev->tvnorm->id);
tvnorm            458 drivers/media/pci/saa7134/saa7134-video.c 	saa_call_empress(dev, video, s_std, dev->tvnorm->id);
tvnorm           1229 drivers/media/pci/saa7134/saa7134-video.c 	struct saa7134_tvnorm *norm = dev->tvnorm;
tvnorm           1566 drivers/media/pci/saa7134/saa7134-video.c 	*id = dev->tvnorm->id;
tvnorm           1609 drivers/media/pci/saa7134/saa7134-video.c 	if (dev->tvnorm->id & V4L2_STD_525_60) {
tvnorm           1613 drivers/media/pci/saa7134/saa7134-video.c 	if (dev->tvnorm->id & V4L2_STD_625_50) {
tvnorm            629 drivers/media/pci/saa7134/saa7134.h 	struct saa7134_tvnorm      *tvnorm;              /* video */
tvnorm            213 drivers/media/pci/tw68/tw68-video.c 	if (norm != dev->tvnorm) {
tvnorm            216 drivers/media/pci/tw68/tw68-video.c 		dev->tvnorm = norm;
tvnorm            253 drivers/media/pci/tw68/tw68-video.c 	const struct tw68_tvnorm *norm = dev->tvnorm;
tvnorm            291 drivers/media/pci/tw68/tw68-video.c 		v4l2_norm_to_name(dev->tvnorm->id));
tvnorm            601 drivers/media/pci/tw68/tw68-video.c 	maxh  = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576;
tvnorm            756 drivers/media/pci/tw68/tw68-video.c 	*id = dev->tvnorm->id;
tvnorm            904 drivers/media/pci/tw68/tw68-video.c 	tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format);
tvnorm            160 drivers/media/pci/tw68/tw68.h 	const struct tw68_tvnorm *tvnorm;	/* video */
tvnorm            137 drivers/media/tuners/tda9887.c static struct tvnorm tvnorms[] = {
tvnorm            245 drivers/media/tuners/tda9887.c static struct tvnorm radio_stereo = {
tvnorm            257 drivers/media/tuners/tda9887.c static struct tvnorm radio_mono = {
tvnorm            404 drivers/media/tuners/tda9887.c 	struct tvnorm *norm = NULL;