detected_std      448 drivers/media/i2c/msp3400-driver.c 	*id &= state->detected_std;
detected_std      452 drivers/media/i2c/msp3400-driver.c 		msp_standard_std_name(state->std), state->detected_std);
detected_std      710 drivers/media/i2c/msp3400-driver.c 	state->detected_std = V4L2_STD_ALL;
detected_std       86 drivers/media/i2c/msp3400-driver.h 	v4l2_std_id v4l2_std, detected_std;
detected_std      498 drivers/media/i2c/msp3400-kthreads.c 	state->detected_std = V4L2_STD_ALL;
detected_std      599 drivers/media/i2c/msp3400-kthreads.c 			state->detected_std = V4L2_STD_BG | V4L2_STD_PAL_H;
detected_std      617 drivers/media/i2c/msp3400-kthreads.c 			state->detected_std = V4L2_STD_PAL_I;
detected_std      629 drivers/media/i2c/msp3400-kthreads.c 				state->detected_std = V4L2_STD_DK;
detected_std      635 drivers/media/i2c/msp3400-kthreads.c 				state->detected_std = V4L2_STD_L;
detected_std      642 drivers/media/i2c/msp3400-kthreads.c 				state->detected_std = V4L2_STD_DK;
detected_std      648 drivers/media/i2c/msp3400-kthreads.c 			state->detected_std = V4L2_STD_MN;
detected_std      689 drivers/media/i2c/msp3400-kthreads.c 	state->detected_std = V4L2_STD_ALL;
detected_std      771 drivers/media/i2c/msp3400-kthreads.c 			state->detected_std = msp_standard_std(state->std);
detected_std      986 drivers/media/i2c/msp3400-kthreads.c 	state->detected_std = V4L2_STD_ALL;
detected_std     1043 drivers/media/i2c/msp3400-kthreads.c 		state->detected_std = msp_standard_std(state->std);
detected_std      840 drivers/media/pci/tw686x/tw686x-video.c 	unsigned int old_std, detected_std = 0;
detected_std      854 drivers/media/pci/tw686x/tw686x-video.c 		detected_std = reg_read(dev, SDT[vc->ch]);
detected_std      855 drivers/media/pci/tw686x/tw686x-video.c 		if (!(detected_std & BIT(7)))
detected_std      862 drivers/media/pci/tw686x/tw686x-video.c 	if (detected_std & BIT(7))
detected_std      865 drivers/media/pci/tw686x/tw686x-video.c 	detected_std = (detected_std >> 4) & 0x7;
detected_std      866 drivers/media/pci/tw686x/tw686x-video.c 	switch (detected_std) {