Home
last modified time | relevance | path

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

/drivers/media/video/
Dmsp3400-kthreads.c522 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
560 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
611 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
697 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1; in msp3410d_thread()
739 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()
834 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) { in msp34xxg_modus()
838 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) { in msp34xxg_modus()
842 if (state->v4l2_std == V4L2_STD_SECAM_L) { in msp34xxg_modus()
846 if (state->v4l2_std & V4L2_STD_MN) { in msp34xxg_modus()
Dmsp3400-driver.c553 if (std != state->v4l2_std) { in msp_ioctl()
554 state->v4l2_std = std; in msp_ioctl()
616 int update = state->radio || state->v4l2_std != id; in msp_s_std()
618 state->v4l2_std = id; in msp_s_std()
875 state->v4l2_std = V4L2_STD_NTSC; in msp_probe()
Dmsp3400-driver.h76 v4l2_std_id v4l2_std; member