tuner_std         602 drivers/media/pci/cx18/cx18-cards.c 				cx->tuner_std : V4L2_STD_ALL;
tuner_std        1094 drivers/media/pci/cx18/cx18-driver.c 	cx->tuner_std = cx->std;
tuner_std        1229 drivers/media/pci/cx18/cx18-driver.c 	std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std;
tuner_std         658 drivers/media/pci/cx18/cx18-driver.h 	v4l2_std_id tuner_std;	/* The norm of the tuner (fixed) */
tuner_std         517 drivers/media/pci/cx18/cx18-ioctl.c 		std = cx->tuner_std;
tuner_std         362 drivers/media/pci/cx18/cx18-streams.c 		s->video_dev.tvnorms = cx->tuner_std;
tuner_std        1314 drivers/media/pci/ivtv/ivtv-cards.c 				itv->tuner_std : V4L2_STD_ALL;
tuner_std        1211 drivers/media/pci/ivtv/ivtv-driver.c 	itv->tuner_std = itv->std;
tuner_std        1372 drivers/media/pci/ivtv/ivtv-driver.c 	ivtv_s_std_enc(itv, itv->tuner_std);
tuner_std        1382 drivers/media/pci/ivtv/ivtv-driver.c 		ivtv_s_std_dec(itv, itv->tuner_std);
tuner_std         624 drivers/media/pci/ivtv/ivtv-driver.h 	v4l2_std_id tuner_std;		/* the norm of the card's tuner (fixed) */
tuner_std        1008 drivers/media/pci/ivtv/ivtv-ioctl.c 		std = itv->tuner_std;