Searched refs:detected_std (Results 1 – 4 of 4) sorted by relevance
507 state->detected_std = V4L2_STD_ALL; in msp3400c_thread()608 state->detected_std = V4L2_STD_BG | V4L2_STD_PAL_H; in msp3400c_thread()626 state->detected_std = V4L2_STD_PAL_I; in msp3400c_thread()638 state->detected_std = V4L2_STD_DK; in msp3400c_thread()644 state->detected_std = V4L2_STD_L; in msp3400c_thread()651 state->detected_std = V4L2_STD_DK; in msp3400c_thread()657 state->detected_std = V4L2_STD_MN; in msp3400c_thread()698 state->detected_std = V4L2_STD_ALL; in msp3410d_thread()780 state->detected_std = msp_standard_std(state->std); in msp3410d_thread()995 state->detected_std = V4L2_STD_ALL; in msp34xxg_thread()[all …]
80 v4l2_std_id v4l2_std, detected_std; member
457 *id &= state->detected_std; in msp_querystd()461 msp_standard_std_name(state->std), state->detected_std); in msp_querystd()717 state->detected_std = V4L2_STD_ALL; in msp_probe()
847 unsigned int old_std, detected_std = 0; in tw686x_querystd() local861 detected_std = reg_read(dev, SDT[vc->ch]); in tw686x_querystd()862 if (!(detected_std & BIT(7))) in tw686x_querystd()869 if (detected_std & BIT(7)) in tw686x_querystd()872 detected_std = (detected_std >> 4) & 0x7; in tw686x_querystd()873 switch (detected_std) { in tw686x_querystd()