Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dmsp3400-kthreads.c498 state->detected_std = V4L2_STD_ALL; in msp3400c_thread()
603 state->detected_std = V4L2_STD_BG | V4L2_STD_PAL_H; in msp3400c_thread()
621 state->detected_std = V4L2_STD_PAL_I; in msp3400c_thread()
633 state->detected_std = V4L2_STD_DK; in msp3400c_thread()
639 state->detected_std = V4L2_STD_L; in msp3400c_thread()
646 state->detected_std = V4L2_STD_DK; in msp3400c_thread()
652 state->detected_std = V4L2_STD_MN; in msp3400c_thread()
693 state->detected_std = V4L2_STD_ALL; in msp3410d_thread()
775 state->detected_std = msp_standard_std(state->std); in msp3410d_thread()
990 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()