Searched refs:v4l2_std (Results 1 – 5 of 5) sorted by relevance
538 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()576 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()630 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()721 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1; in msp3410d_thread()763 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()859 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) { in msp34xxg_modus()863 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) { in msp34xxg_modus()867 if (state->v4l2_std == V4L2_STD_SECAM_L) { in msp34xxg_modus()871 if (state->v4l2_std & V4L2_STD_MN) { in msp34xxg_modus()
86 v4l2_std_id v4l2_std, detected_std; member
461 int update = state->radio || state->v4l2_std != id; in msp_s_std()463 state->v4l2_std = id; in msp_s_std()709 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()
176 static enum tw5864_vid_std tw5864_from_v4l2_std(v4l2_std_id v4l2_std);629 *std = input->v4l2_std; in tw5864_g_std()638 input->v4l2_std = std; in tw5864_s_std()1170 input->v4l2_std = V4L2_STD_NTSC_M; in tw5864_video_input_init()1472 static enum tw5864_vid_std tw5864_from_v4l2_std(v4l2_std_id v4l2_std) in tw5864_from_v4l2_std() argument1474 if (v4l2_std & V4L2_STD_NTSC_M) in tw5864_from_v4l2_std()1476 if (v4l2_std & V4L2_STD_PAL_B) in tw5864_from_v4l2_std()1478 if (v4l2_std & V4L2_STD_SECAM_B) in tw5864_from_v4l2_std()1480 if (v4l2_std & V4L2_STD_NTSC_443) in tw5864_from_v4l2_std()1482 if (v4l2_std & V4L2_STD_PAL_M) in tw5864_from_v4l2_std()[all …]
100 v4l2_std_id v4l2_std; member