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()578 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()634 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()725 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1; in msp3410d_thread()767 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()863 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) { in msp34xxg_modus()867 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) { in msp34xxg_modus()871 if (state->v4l2_std == V4L2_STD_SECAM_L) { in msp34xxg_modus()875 if (state->v4l2_std & V4L2_STD_MN) { in msp34xxg_modus()
86 v4l2_std_id v4l2_std, detected_std; member
453 int update = state->radio || state->v4l2_std != id; in msp_s_std()455 state->v4l2_std = id; in msp_s_std()702 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()
177 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()1175 input->v4l2_std = V4L2_STD_NTSC_M; in tw5864_video_input_init()1475 static enum tw5864_vid_std tw5864_from_v4l2_std(v4l2_std_id v4l2_std) in tw5864_from_v4l2_std() argument1477 if (v4l2_std & V4L2_STD_NTSC_M) in tw5864_from_v4l2_std()1479 if (v4l2_std & V4L2_STD_PAL_B) in tw5864_from_v4l2_std()1481 if (v4l2_std & V4L2_STD_SECAM_B) in tw5864_from_v4l2_std()1483 if (v4l2_std & V4L2_STD_NTSC_443) in tw5864_from_v4l2_std()1485 if (v4l2_std & V4L2_STD_PAL_M) in tw5864_from_v4l2_std()[all …]
101 v4l2_std_id v4l2_std; member