/linux-6.1.9/drivers/staging/media/deprecated/saa7146/saa7146/ |
D | hexium_orion.c | 33 { 0, "CVBS 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 34 { 1, "CVBS 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 35 { 2, "CVBS 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 36 { 3, "CVBS 4", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 37 { 4, "CVBS 5", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 38 { 5, "CVBS 6", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 39 { 6, "Y/C 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 40 { 7, "Y/C 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 41 { 8, "Y/C 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD },
|
D | hexium_gemini.c | 32 { 0, "CVBS 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 33 { 1, "CVBS 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 34 { 2, "CVBS 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 35 { 3, "CVBS 4", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 36 { 4, "CVBS 5", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 37 { 5, "CVBS 6", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 38 { 6, "Y/C 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 39 { 7, "Y/C 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 40 { 8, "Y/C 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, V4L2_STD_ALL, 0, V4L2_IN_CAP_STD },
|
D | mxb.c | 58 V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 60 V4L2_STD_ALL, 0, V4L2_IN_CAP_STD }, 62 V4L2_STD_ALL, 0, V4L2_IN_CAP_STD },
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 253 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_NTSC }, 295 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FQ1286 }, 336 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FQ1286 }, 372 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FQ1286 }, 414 { .std = V4L2_STD_ALL - V4L2_STD_NTSC_M_JP, 563 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FM1236_MK3 }, 595 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FM1236_MK3 }, 625 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FM1236_MK3 }, 811 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_TDA8290 }, 892 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, [all …]
|
/linux-6.1.9/drivers/media/pci/cx18/ |
D | cx18-cards.c | 219 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 270 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 330 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 437 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 484 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 537 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 602 cx->tuner_std : V4L2_STD_ALL; in cx18_get_input()
|
D | cx18-driver.c | 426 cx->std = V4L2_STD_ALL; in cx18_process_eeprom() 1094 if (cx->std == V4L2_STD_ALL) in cx18_probe() 1228 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std; in cx18_init_on_first_open()
|
D | cx18-ioctl.c | 506 v4l2_std_id std = V4L2_STD_ALL; in cx18_s_input() 579 if ((std & V4L2_STD_ALL) == 0) in cx18_s_std()
|
/linux-6.1.9/drivers/media/i2c/ |
D | msp3400-kthreads.c | 28 { 0x0000, 0, 0, "could not detect sound standard", V4L2_STD_ALL }, 29 { 0x0001, 0, 0, "autodetect start", V4L2_STD_ALL }, 61 "10.7 FM-Stereo Radio", V4L2_STD_ALL }, 63 "6.5 SAT-Mono", V4L2_STD_ALL }, 65 "7.02/7.20 SAT-Stereo", V4L2_STD_ALL }, 67 "7.2 SAT ADR", V4L2_STD_ALL }, 172 return V4L2_STD_ALL; in msp_standard_std() 498 state->detected_std = V4L2_STD_ALL; in msp3400c_thread() 693 state->detected_std = V4L2_STD_ALL; in msp3410d_thread() 990 state->detected_std = V4L2_STD_ALL; in msp34xxg_thread()
|
D | tvp5150.c | 687 if (std == V4L2_STD_ALL) { in tvp5150_set_vbi() 731 if (std == V4L2_STD_ALL) { in tvp5150_get_vbi() 807 supported_stds = V4L2_STD_ALL; in tvp5150_s_std() 957 if (decoder->norm == V4L2_STD_ALL) in tvp5150_enable() 1077 if (decoder->norm == V4L2_STD_ALL) in tvp5150_get_hmax() 1173 if (decoder->norm == V4L2_STD_ALL) in tvp5150_get_selection() 1222 if (decoder->norm == V4L2_STD_ALL) { in tvp5150_init_cfg() 2175 core->norm = V4L2_STD_ALL; in tvp5150_probe()
|
D | ths7303.c | 143 if (norm & (V4L2_STD_ALL & ~V4L2_STD_SECAM)) { in ths7303_s_std_output()
|
D | bt819.c | 205 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in bt819_status()
|
D | vpx3220.c | 285 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in vpx3220_status()
|
D | ks0127.c | 599 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in ks0127_status()
|
/linux-6.1.9/arch/arm/mach-davinci/ |
D | pdata-quirks.c | 153 .std = V4L2_STD_ALL, 164 .std = V4L2_STD_ALL,
|
D | board-da850-evm.c | 1332 .std = V4L2_STD_ALL, 1343 .std = V4L2_STD_ALL,
|
/linux-6.1.9/drivers/media/pci/tw5864/ |
D | tw5864.h | 26 #define TW5864_NORMS V4L2_STD_ALL
|
/linux-6.1.9/drivers/media/usb/dvb-usb/ |
D | cxusb-analog.c | 1077 .std = V4L2_STD_ALL }, 1081 .std = V4L2_STD_ALL }, 1384 norm_mask = V4L2_STD_ALL; in cxusb_medion_querystd() 1493 cxdev->videodev->tvnorms = V4L2_STD_ALL; in cxusb_medion_analog_init() 1658 cxdev->videodev->tvnorms = V4L2_STD_ALL; in cxusb_medion_register_analog_video()
|
/linux-6.1.9/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 431 if (std == V4L2_STD_ALL) { in vidioc_s_std() 490 inp->std = V4L2_STD_ALL; in vidioc_enum_input() 751 .tvnorms = V4L2_STD_ALL,
|
/linux-6.1.9/drivers/media/pci/dt3155/ |
D | dt3155.c | 363 input->std = V4L2_STD_ALL; in dt3155_enum_input() 485 .tvnorms = V4L2_STD_ALL,
|
/linux-6.1.9/drivers/media/i2c/adv748x/ |
D | adv748x-afe.c | 250 *norm = V4L2_STD_ALL; in adv748x_afe_g_tvnorms()
|
/linux-6.1.9/drivers/media/pci/cx88/ |
D | cx88.h | 48 #define CX88_NORMS (V4L2_STD_ALL \
|
/linux-6.1.9/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 776 i->std = n ? V4L2_STD_ALL : 0; in vidioc_enum_input() 1150 .tvnorms = V4L2_STD_ALL,
|
/linux-6.1.9/samples/v4l/ |
D | v4l2-pci-skeleton.c | 110 #define SKEL_TVNORMS V4L2_STD_ALL
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-enumstd.rst | 221 #define V4L2_STD_ALL (V4L2_STD_525_60 |
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-vid-cap.c | 1339 inp->std = V4L2_STD_ALL; in vidioc_enum_input() 1347 inp->std = V4L2_STD_ALL; in vidioc_enum_input() 1418 dev->vid_cap_dev.tvnorms = V4L2_STD_ALL; in vidioc_s_input()
|