Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/i2c/
A Dmsp3400-kthreads.c538 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()
A Dmsp3400-driver.h86 v4l2_std_id v4l2_std, detected_std; member
A Dmsp3400-driver.c461 int update = state->radio || state->v4l2_std != id; in msp_s_std()
463 state->v4l2_std = id; in msp_s_std()
710 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()
/linux-6.3-rc2/drivers/media/pci/tw5864/
A Dtw5864-video.c176 static enum tw5864_vid_std tw5864_from_v4l2_std(v4l2_std_id v4l2_std);
628 *std = input->v4l2_std; in tw5864_g_std()
637 input->v4l2_std = std; in tw5864_s_std()
1174 input->v4l2_std = V4L2_STD_NTSC_M; in tw5864_video_input_init()
1476 if (v4l2_std & V4L2_STD_NTSC_M) in tw5864_from_v4l2_std()
1478 if (v4l2_std & V4L2_STD_PAL_B) in tw5864_from_v4l2_std()
1480 if (v4l2_std & V4L2_STD_SECAM_B) in tw5864_from_v4l2_std()
1482 if (v4l2_std & V4L2_STD_NTSC_443) in tw5864_from_v4l2_std()
1484 if (v4l2_std & V4L2_STD_PAL_M) in tw5864_from_v4l2_std()
1486 if (v4l2_std & V4L2_STD_PAL_Nc) in tw5864_from_v4l2_std()
[all …]
A Dtw5864.h100 v4l2_std_id v4l2_std; member

Completed in 14 milliseconds