Searched refs:v4l2_std (Results 1 – 5 of 5) sorted by relevance
547 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()585 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()639 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()730 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1; in msp3410d_thread()772 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()868 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) { in msp34xxg_modus()872 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) { in msp34xxg_modus()876 if (state->v4l2_std == V4L2_STD_SECAM_L) { in msp34xxg_modus()880 if (state->v4l2_std & V4L2_STD_MN) { in msp34xxg_modus()
80 v4l2_std_id v4l2_std, detected_std; member
470 int update = state->radio || state->v4l2_std != id; in msp_s_std()472 state->v4l2_std = id; in msp_s_std()716 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()
185 static enum tw5864_vid_std tw5864_from_v4l2_std(v4l2_std_id v4l2_std);638 *std = input->v4l2_std; in tw5864_g_std()647 input->v4l2_std = std; in tw5864_s_std()1179 input->v4l2_std = V4L2_STD_NTSC_M; in tw5864_video_input_init()1481 static enum tw5864_vid_std tw5864_from_v4l2_std(v4l2_std_id v4l2_std) in tw5864_from_v4l2_std() argument1483 if (v4l2_std & V4L2_STD_NTSC_M) in tw5864_from_v4l2_std()1485 if (v4l2_std & V4L2_STD_PAL_B) in tw5864_from_v4l2_std()1487 if (v4l2_std & V4L2_STD_SECAM_B) in tw5864_from_v4l2_std()1489 if (v4l2_std & V4L2_STD_NTSC_443) in tw5864_from_v4l2_std()1491 if (v4l2_std & V4L2_STD_PAL_M) in tw5864_from_v4l2_std()[all …]
109 v4l2_std_id v4l2_std; member