Home
last modified time | relevance | path

Searched refs:V4L2_STD_SECAM (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v4.19/drivers/media/pci/saa7146/
Dhexium_gemini.c151 .name = "SECAM", .id = V4L2_STD_SECAM,
345 } else if (V4L2_STD_SECAM == std->id) { in std_callback()
347 hexium->cur_std = V4L2_STD_SECAM; in std_callback()
Dhexium_orion.c201 .name = "SECAM", .id = V4L2_STD_SECAM,
/Linux-v4.19/drivers/media/usb/usbvision/
Dusbvision-cards.c305 .video_norm = V4L2_STD_SECAM,
485 .video_norm = V4L2_STD_SECAM,
517 .video_norm = V4L2_STD_SECAM,
533 .video_norm = V4L2_STD_SECAM,
803 .video_norm = V4L2_STD_SECAM,
849 .video_norm = V4L2_STD_SECAM,
Dusbvision.h216 #define USBVISION_NORMS (V4L2_STD_PAL | V4L2_STD_NTSC | V4L2_STD_SECAM | V4L2_STD_PAL_M)
/Linux-v4.19/drivers/media/i2c/
Dvpx3220.c284 else if (decoder->norm & V4L2_STD_SECAM) in vpx3220_init()
315 std &= V4L2_STD_SECAM; in vpx3220_status()
363 } else if (std & V4L2_STD_SECAM) { in vpx3220_s_std()
Dadv7183.c225 else if (std & V4L2_STD_SECAM) in adv7183_s_std()
388 *std &= V4L2_STD_SECAM; in adv7183_querystd()
394 *std &= V4L2_STD_SECAM; in adv7183_querystd()
Dadv7175.c217 } else if (std & V4L2_STD_SECAM) { in adv7175_s_std_output()
256 if (encoder->norm & V4L2_STD_SECAM) in adv7175_s_routing()
Dsaa7110.c238 return V4L2_STD_SECAM; in determine_norm()
286 } else if (std & V4L2_STD_SECAM) { in saa7110_s_std()
Dmsp3400-kthreads.c547 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()
772 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()
Dsaa7127.c486 (std & V4L2_STD_SECAM) && in saa7127_set_std()
487 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
Dths7303.c143 if (norm & (V4L2_STD_ALL & ~V4L2_STD_SECAM)) { in ths7303_s_std_output()
Dadv7180.c292 return V4L2_STD_SECAM; in adv7180_std_to_v4l2()
296 return V4L2_STD_SECAM; in adv7180_std_to_v4l2()
319 if (std & V4L2_STD_SECAM) in v4l2_std_to_adv7180()
Dadv7343.c189 else if (std & ~V4L2_STD_SECAM) in adv7343_setstd()
/Linux-v4.19/drivers/media/i2c/adv748x/
Dadv748x-afe.c100 *std = V4L2_STD_SECAM; in adv748x_afe_status()
106 *std = V4L2_STD_SECAM; in adv748x_afe_status()
148 if (std & V4L2_STD_SECAM) in adv748x_afe_std()
/Linux-v4.19/drivers/media/usb/usbtv/
Dusbtv.h71 #define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL | V4L2_STD_SECAM)
Dusbtv-video.c133 if (norm & V4L2_STD_SECAM) in usbtv_norm_to_16f_reg()
250 else if (norm & V4L2_STD_SECAM) in usbtv_select_norm()
/Linux-v4.19/drivers/staging/media/zoran/
Dzoran_card.c383 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
413 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
442 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
473 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
504 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
591 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
1005 zr->norm = V4L2_STD_SECAM; in zr36057_init()
/Linux-v4.19/drivers/media/usb/tm6000/
Dtm6000-stds.c170 { .id = V4L2_STD_SECAM, .common = composite_secam, },
318 { .id = V4L2_STD_SECAM, .common = svideo_secam, },
362 if ((dev->norm & V4L2_STD_SECAM) == V4L2_STD_SECAM_L) in tm6000_set_audio_std()
Dtm6000.h296 V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM)
/Linux-v4.19/drivers/media/pci/tw68/
Dtw68.h47 V4L2_STD_NTSC | V4L2_STD_PAL | V4L2_STD_SECAM | \
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-core.c724 if (core->tvnorm & V4L2_STD_SECAM) { in cx88_set_scale()
922 } else if (norm & V4L2_STD_SECAM) { in cx88_set_tvnorm()
945 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-enumstd.rst211 #define V4L2_STD_SECAM (V4L2_STD_SECAM_B |
225 V4L2_STD_SECAM)
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttvp.h84 V4L2_STD_PAL_Nc | V4L2_STD_SECAM | \
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-cards.c26 #define V4L2_STD_PAL_SECAM (V4L2_STD_PAL|V4L2_STD_SECAM)
Dcx18-av-core.c554 } else if (std & V4L2_STD_SECAM) { in input_change()
883 else if (state->std & V4L2_STD_SECAM) in cx18_av_s_std()

123