Searched refs:V4L2_STD_SECAM (Results 1 – 25 of 49) sorted by relevance
12
/Linux-v5.4/drivers/media/pci/saa7146/ |
D | hexium_gemini.c | 139 .name = "SECAM", .id = V4L2_STD_SECAM, 335 } else if (V4L2_STD_SECAM == std->id) { in std_callback() 337 hexium->cur_std = V4L2_STD_SECAM; in std_callback()
|
D | hexium_orion.c | 189 .name = "SECAM", .id = V4L2_STD_SECAM,
|
/Linux-v5.4/drivers/media/usb/usbvision/ |
D | usbvision-cards.c | 296 .video_norm = V4L2_STD_SECAM, 476 .video_norm = V4L2_STD_SECAM, 508 .video_norm = V4L2_STD_SECAM, 524 .video_norm = V4L2_STD_SECAM, 794 .video_norm = V4L2_STD_SECAM, 840 .video_norm = V4L2_STD_SECAM,
|
D | usbvision.h | 206 #define USBVISION_NORMS (V4L2_STD_PAL | V4L2_STD_NTSC | V4L2_STD_SECAM | V4L2_STD_PAL_M)
|
/Linux-v5.4/drivers/media/i2c/ |
D | vpx3220.c | 275 else if (decoder->norm & V4L2_STD_SECAM) in vpx3220_init() 306 std &= V4L2_STD_SECAM; in vpx3220_status() 354 } else if (std & V4L2_STD_SECAM) { in vpx3220_s_std()
|
D | adv7183.c | 217 else if (std & V4L2_STD_SECAM) in adv7183_s_std() 380 *std &= V4L2_STD_SECAM; in adv7183_querystd() 386 *std &= V4L2_STD_SECAM; in adv7183_querystd()
|
D | adv7175.c | 208 } else if (std & V4L2_STD_SECAM) { in adv7175_s_std_output() 247 if (encoder->norm & V4L2_STD_SECAM) in adv7175_s_routing()
|
D | saa7110.c | 229 return V4L2_STD_SECAM; in determine_norm() 277 } else if (std & V4L2_STD_SECAM) { in saa7110_s_std()
|
D | msp3400-kthreads.c | 538 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread() 576 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread() 630 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread() 763 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) { in msp3410d_thread()
|
D | saa7127.c | 477 (std & V4L2_STD_SECAM) && in saa7127_set_std() 478 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
|
D | ths7303.c | 143 if (norm & (V4L2_STD_ALL & ~V4L2_STD_SECAM)) { in ths7303_s_std_output()
|
D | adv7180.c | 286 return V4L2_STD_SECAM; in adv7180_std_to_v4l2() 290 return V4L2_STD_SECAM; in adv7180_std_to_v4l2() 313 if (std & V4L2_STD_SECAM) in v4l2_std_to_adv7180()
|
D | adv7343.c | 189 else if (std & ~V4L2_STD_SECAM) in adv7343_setstd()
|
/Linux-v5.4/drivers/media/i2c/adv748x/ |
D | adv748x-afe.c | 96 *std = V4L2_STD_SECAM; in adv748x_afe_status() 102 *std = V4L2_STD_SECAM; in adv748x_afe_status() 144 if (std & V4L2_STD_SECAM) in adv748x_afe_std()
|
/Linux-v5.4/drivers/media/usb/usbtv/ |
D | usbtv.h | 71 #define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL | V4L2_STD_SECAM)
|
D | usbtv-video.c | 133 if (norm & V4L2_STD_SECAM) in usbtv_norm_to_16f_reg() 250 else if (norm & V4L2_STD_SECAM) in usbtv_select_norm()
|
/Linux-v5.4/drivers/media/usb/tm6000/ |
D | tm6000-stds.c | 170 { .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()
|
D | tm6000.h | 295 V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM)
|
/Linux-v5.4/drivers/media/pci/tw68/ |
D | tw68.h | 38 V4L2_STD_NTSC | V4L2_STD_PAL | V4L2_STD_SECAM | \
|
/Linux-v5.4/drivers/media/pci/cx88/ |
D | cx88-core.c | 715 if (core->tvnorm & V4L2_STD_SECAM) { in cx88_set_scale() 913 } else if (norm & V4L2_STD_SECAM) { in cx88_set_tvnorm() 936 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-enumstd.rst | 218 #define V4L2_STD_SECAM (V4L2_STD_SECAM_B | 232 V4L2_STD_SECAM)
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
D | bttvp.h | 72 V4L2_STD_PAL_Nc | V4L2_STD_SECAM | \
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-cards.c | 17 #define V4L2_STD_PAL_SECAM (V4L2_STD_PAL|V4L2_STD_SECAM)
|
D | cx18-av-core.c | 545 } else if (std & V4L2_STD_SECAM) { in input_change() 874 else if (state->std & V4L2_STD_SECAM) in cx18_av_s_std()
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | tuner-core.c | 976 if (secam[0] != '-' && (std & V4L2_STD_SECAM) == V4L2_STD_SECAM) { in tuner_fixup_std()
|
12