Searched refs:V4L2_STD_PAL_DK (Results 1 – 25 of 25) sorted by relevance
/linux-5.19.10/drivers/media/tuners/ |
D | xc2028-types.h | 139 #define V4L2_STD_PAL_DK_A2 (V4L2_STD_PAL_DK | V4L2_STD_A2) 140 #define V4L2_STD_PAL_DK_NICAM (V4L2_STD_PAL_DK | V4L2_STD_NICAM)
|
D | tuner-simple.c | 351 } else if (params->std & V4L2_STD_PAL_DK) { in simple_std_setup() 363 if (params->std & (V4L2_STD_PAL_BG|V4L2_STD_PAL_DK)) { in simple_std_setup()
|
D | tda9887.c | 161 .std = V4L2_STD_PAL_DK,
|
D | xc4000.c | 1347 if (params->std & V4L2_STD_PAL_DK) { in xc4000_set_analog_params() 1348 params->std = V4L2_STD_PAL_DK; in xc4000_set_analog_params()
|
D | xc5000.c | 874 if (params->std & V4L2_STD_PAL_DK) { in xc5000_config_tv()
|
/linux-5.19.10/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 85 .std = V4L2_STD_PAL_DK, 91 .std = V4L2_STD_PAL_DK, 97 .std = V4L2_STD_PAL_DK, 115 .std = V4L2_STD_PAL_DK,
|
D | saa7134-video.c | 232 .id = V4L2_STD_PAL_DK,
|
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-enumstd.rst | 184 #define V4L2_STD_PAL_DK (V4L2_STD_PAL_D | 188 V4L2_STD_PAL_DK | 201 #define V4L2_STD_DK (V4L2_STD_PAL_DK |
|
/linux-5.19.10/drivers/media/i2c/ |
D | sony-btf-mpx.c | 276 else if (std & V4L2_STD_PAL_DK) in sony_btf_mpx_s_std()
|
/linux-5.19.10/drivers/media/pci/cx25821/ |
D | cx25821.h | 69 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
|
D | cx25821-medusa-video.c | 388 if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK) in medusa_set_videostandard()
|
/linux-5.19.10/include/uapi/linux/ |
D | videodev2.h | 1358 #define V4L2_STD_PAL_DK (V4L2_STD_PAL_D |\ macro 1367 V4L2_STD_PAL_DK |\ 1382 #define V4L2_STD_DK (V4L2_STD_PAL_DK |\
|
/linux-5.19.10/drivers/media/pci/cx23885/ |
D | cx23885.h | 126 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
|
D | cx23885-417.c | 65 .id = V4L2_STD_PAL_DK,
|
/linux-5.19.10/drivers/media/usb/cx231xx/ |
D | cx231xx.h | 115 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
|
D | cx231xx-417.c | 94 .id = V4L2_STD_PAL_DK,
|
D | cx231xx-video.c | 1173 else if (dev->norm & (V4L2_STD_PAL_DK | V4L2_STD_SECAM_DK)) in cx231xx_s_frequency()
|
/linux-5.19.10/drivers/media/pci/cx88/ |
D | cx88-core.c | 828 } else if (V4L2_STD_PAL_DK & norm) { in set_tvaudio()
|
/linux-5.19.10/drivers/media/v4l2-core/ |
D | tuner-core.c | 962 return V4L2_STD_PAL_DK; in tuner_fixup_std()
|
D | v4l2-ioctl.c | 60 { V4L2_STD_PAL_DK, "PAL-DK" },
|
/linux-5.19.10/drivers/media/pci/cx18/ |
D | cx18-driver.c | 467 return V4L2_STD_PAL_DK; in cx18_parse_std()
|
/linux-5.19.10/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 574 return V4L2_STD_PAL_DK; in ivtv_parse_std()
|
/linux-5.19.10/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 284 replace define V4L2_STD_PAL_DK v4l2-std-id
|
/linux-5.19.10/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 697 } else if (std & V4L2_STD_PAL_DK) { in saa7164_api_configure_dif()
|
/linux-5.19.10/drivers/media/test-drivers/vivid/ |
D | vivid-vid-cap.c | 1578 V4L2_STD_PAL_DK,
|