Searched refs:v4l2_std (Results 1 - 4 of 4) sorted by relevance

/drivers/media/video/
H A Dmsp3400-driver.h78 v4l2_std_id v4l2_std, detected_std; member in struct:msp_state
H A Dmsp3400-kthreads.c552 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
590 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
644 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) {
734 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1;
776 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) {
873 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) {
877 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) {
881 if (state->v4l2_std == V4L2_STD_SECAM_L) {
885 if (state->v4l2_std & V4L2_STD_MN) {
H A Dmsp3400-driver.c447 int update = state->radio || state->v4l2_std != id;
449 state->v4l2_std = id;
685 state->v4l2_std = V4L2_STD_NTSC;
/drivers/media/video/tlg2300/
H A Dpd-video.c131 static int get_audio_std(v4l2_std_id v4l2_std) argument
136 if (v4l2_std & video_to_audio_map[i].video_std)

Completed in 70 milliseconds