Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmsp3400-kthreads.c512 state->detected_std = V4L2_STD_ALL; in msp3400c_thread()
613 state->detected_std = V4L2_STD_BG | V4L2_STD_PAL_H; in msp3400c_thread()
631 state->detected_std = V4L2_STD_PAL_I; in msp3400c_thread()
643 state->detected_std = V4L2_STD_DK; in msp3400c_thread()
649 state->detected_std = V4L2_STD_L; in msp3400c_thread()
656 state->detected_std = V4L2_STD_DK; in msp3400c_thread()
662 state->detected_std = V4L2_STD_MN; in msp3400c_thread()
702 state->detected_std = V4L2_STD_ALL; in msp3410d_thread()
785 state->detected_std = msp_standard_std(state->std); in msp3410d_thread()
1000 state->detected_std = V4L2_STD_ALL; in msp34xxg_thread()
[all …]
Dmsp3400-driver.h78 v4l2_std_id v4l2_std, detected_std; member
Dmsp3400-driver.c434 *id &= state->detected_std; in msp_querystd()
438 msp_standard_std_name(state->std), state->detected_std); in msp_querystd()
686 state->detected_std = V4L2_STD_ALL; in msp_probe()