Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
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.c475 int update = state->radio || state->v4l2_std != id; in msp_s_std()
477 state->v4l2_std = id; in msp_s_std()
707 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()