Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmsp3400-kthreads.c552 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
590 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
644 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
734 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1; in msp3410d_thread()
776 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()
873 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) { in msp34xxg_modus()
877 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) { in msp34xxg_modus()
881 if (state->v4l2_std == V4L2_STD_SECAM_L) { in msp34xxg_modus()
885 if (state->v4l2_std & V4L2_STD_MN) { in msp34xxg_modus()
Dmsp3400-driver.h78 v4l2_std_id v4l2_std, detected_std; member
Dmsp3400-driver.c447 int update = state->radio || state->v4l2_std != id; in msp_s_std()
449 state->v4l2_std = id; in msp_s_std()
685 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()
/linux-3.4.99/drivers/media/video/tlg2300/
Dpd-video.c131 static int get_audio_std(v4l2_std_id v4l2_std) in get_audio_std() argument
136 if (v4l2_std & video_to_audio_map[i].video_std) in get_audio_std()