Home
last modified time | relevance | path

Searched refs:detected_std (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/i2c/
H A Dmsp3400-kthreads.c498 state->detected_std = V4L2_STD_ALL; in msp3400c_thread()
605 state->detected_std = V4L2_STD_BG | V4L2_STD_PAL_H; in msp3400c_thread()
623 state->detected_std = V4L2_STD_PAL_I; in msp3400c_thread()
635 state->detected_std = V4L2_STD_DK; in msp3400c_thread()
641 state->detected_std = V4L2_STD_L; in msp3400c_thread()
648 state->detected_std = V4L2_STD_DK; in msp3400c_thread()
654 state->detected_std = V4L2_STD_MN; in msp3400c_thread()
695 state->detected_std = V4L2_STD_ALL; in msp3410d_thread()
777 state->detected_std = msp_standard_std(state->std); in msp3410d_thread()
992 state->detected_std = V4L2_STD_ALL; in msp34xxg_thread()
[all …]
H A Dmsp3400-driver.h86 v4l2_std_id v4l2_std, detected_std; member
H A Dmsp3400-driver.c440 *id &= state->detected_std; in msp_querystd()
444 msp_standard_std_name(state->std), state->detected_std); in msp_querystd()
703 state->detected_std = V4L2_STD_ALL; in msp_probe()
/linux/drivers/media/pci/tw686x/
H A Dtw686x-video.c836 unsigned int old_std, detected_std = 0; in tw686x_querystd() local
850 detected_std = reg_read(dev, SDT[vc->ch]); in tw686x_querystd()
851 if (!(detected_std & BIT(7))) in tw686x_querystd()
858 if (detected_std & BIT(7)) in tw686x_querystd()
861 detected_std = (detected_std >> 4) & 0x7; in tw686x_querystd()
862 switch (detected_std) { in tw686x_querystd()