Searched refs:V4L2_STD_PAL_DK (Results 1 – 23 of 23) sorted by relevance
/linux-3.4.99/drivers/media/common/tuners/ |
D | tuner-xc2028-types.h | 138 #define V4L2_STD_PAL_DK_A2 (V4L2_STD_PAL_DK | V4L2_STD_A2) 139 #define V4L2_STD_PAL_DK_NICAM (V4L2_STD_PAL_DK | V4L2_STD_NICAM)
|
D | tuner-simple.c | 350 } else if (params->std & V4L2_STD_PAL_DK) { in simple_std_setup() 362 if (params->std & (V4L2_STD_PAL_BG|V4L2_STD_PAL_DK)) { in simple_std_setup()
|
D | tda9887.c | 160 .std = V4L2_STD_PAL_DK,
|
D | xc4000.c | 1351 if (params->std & V4L2_STD_PAL_DK) { in xc4000_set_analog_params() 1352 params->std = V4L2_STD_PAL_DK; in xc4000_set_analog_params()
|
D | xc5000.c | 858 if (params->std & V4L2_STD_PAL_DK) { in xc5000_set_tv_freq()
|
/linux-3.4.99/drivers/staging/media/go7007/ |
D | wis-sony-tuner.c | 356 } else if (t->std & V4L2_STD_PAL_DK) { in set_if() 501 V4L2_STD_PAL_DK, "PAL-D/K"); 555 } else if (*std & V4L2_STD_PAL_DK) { 556 t->std = V4L2_STD_PAL_DK; 595 V4L2_STD_PAL_DK | V4L2_STD_SECAM_L;
|
/linux-3.4.99/drivers/media/video/saa7134/ |
D | saa7134-tvaudio.c | 101 .std = V4L2_STD_PAL_DK, 107 .std = V4L2_STD_PAL_DK, 113 .std = V4L2_STD_PAL_DK, 131 .std = V4L2_STD_PAL_DK,
|
D | saa7134-video.c | 255 .id = V4L2_STD_PAL_DK,
|
/linux-3.4.99/include/linux/ |
D | videodev2.h | 876 #define V4L2_STD_PAL_DK (V4L2_STD_PAL_D |\ macro 885 V4L2_STD_PAL_DK |\ 900 #define V4L2_STD_DK (V4L2_STD_PAL_DK |\
|
/linux-3.4.99/drivers/media/video/cx25821/ |
D | cx25821.h | 94 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
|
D | cx25821-video.c | 618 dev->tvnorm & V4L2_STD_PAL_DK) in cx25821_buffer_prepare() 833 if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK) in video_open() 1882 || dev->tvnorm & V4L2_STD_PAL_DK) { in video_ioctl_set()
|
D | cx25821-medusa-video.c | 411 if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK) in medusa_set_videostandard()
|
/linux-3.4.99/drivers/media/video/cx23885/ |
D | cx23885.h | 113 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
|
D | cx23885-417.c | 78 .id = V4L2_STD_PAL_DK,
|
/linux-3.4.99/drivers/media/video/cx231xx/ |
D | cx231xx.h | 114 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
|
D | cx231xx-417.c | 108 .id = V4L2_STD_PAL_DK,
|
D | cx231xx-video.c | 1453 else if (dev->norm & (V4L2_STD_PAL_DK | V4L2_STD_SECAM_DK)) in vidioc_s_frequency()
|
/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-core.c | 857 } else if (V4L2_STD_PAL_DK & norm) { in set_tvaudio()
|
/linux-3.4.99/drivers/media/video/ |
D | tuner-core.c | 898 return V4L2_STD_PAL_DK; in tuner_fixup_std()
|
D | v4l2-ioctl.c | 89 { V4L2_STD_PAL_DK, "PAL-DK" },
|
/linux-3.4.99/drivers/media/video/cx18/ |
D | cx18-driver.c | 475 return V4L2_STD_PAL_DK; in cx18_parse_std()
|
/linux-3.4.99/drivers/media/video/ivtv/ |
D | ivtv-driver.c | 546 return V4L2_STD_PAL_DK; in ivtv_parse_std()
|
/linux-3.4.99/drivers/media/video/saa7164/ |
D | saa7164-api.c | 711 } else if (std & V4L2_STD_PAL_DK) { in saa7164_api_configure_dif()
|