Home
last modified time | relevance | path

Searched refs:V4L2_TUNER_SUB_LANG2 (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c65 V4L2_TUNER_SUB_LANG2; in gvbctv3pci_audio()
114 t->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in gvbctv5pci_audio()
118 t->rxsubchans = V4L2_TUNER_SUB_LANG2; in gvbctv5pci_audio()
137 V4L2_TUNER_SUB_LANG2; in gvbctv5pci_audio()
167 V4L2_TUNER_SUB_LANG2; in avermedia_tvphone_audio()
198 V4L2_TUNER_SUB_LANG2; in avermedia_tv_stereo_audio()
236 V4L2_TUNER_SUB_LANG2; in lt9415_audio()
269 V4L2_TUNER_SUB_LANG2; in terratv_audio()
302 V4L2_TUNER_SUB_LANG2; in winfast2000_audio()
349 V4L2_TUNER_SUB_LANG2; in pvbt878p9b_audio()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c379 retval = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tvaudio_getstereo()
399 retval = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tvaudio_getstereo()
417 (retval & V4L2_TUNER_SUB_LANG2) ? " lang2" : ""); in tvaudio_getstereo()
707 retval = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in getstereo_7133()
903 else if (rx & V4L2_TUNER_SUB_LANG2) in saa7134_tvaudio_rx2mode()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtvaudio.c372 if (mode & V4L2_TUNER_SUB_LANG2) in chip_thread()
378 if (mode & V4L2_TUNER_SUB_LANG2) in chip_thread()
428 mode |= V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tda9840_getrxsubchans()
762 mode |= V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tda9873_getrxsubchans()
990 mode |= V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tda9874a_getrxsubchans()
995 mode |= V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tda9874a_getrxsubchans()
1431 mode |= V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in ta8874z_getrxsubchans()
H A Dmsp3400-kthreads.c270 else if (state->rxsubchans & V4L2_TUNER_SUB_LANG2) { in msp3400c_set_audmode()
419 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in msp3400c_detect_stereo()
445 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in msp3400c_detect_stereo()
1098 V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in msp34xxg_detect_stereo()
H A Dtda9840.c127 t->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in tda9840_g_tuner()
H A Dsony-btf-mpx.c297 V4L2_TUNER_SUB_LANG2; in sony_btf_mpx_g_tuner()
H A Dmsp3400-driver.c589 (state->rxsubchans & V4L2_TUNER_SUB_LANG2) ? ", dual" : ""); in msp_log_status()
596 (state->rxsubchans & V4L2_TUNER_SUB_LANG2) ? ", dual" : ""); in msp_log_status()
H A Dsaa717x.c1165 vt->rxsubchans = V4L2_TUNER_SUB_LANG2 | V4L2_TUNER_SUB_MONO; in saa717x_g_tuner()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-dsp.c198 ret = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in detect_a2_a2m_eiaj()
318 (ret & V4L2_TUNER_SUB_LANG2) ? " dual" : ""); in cx88_dsp_detect_stereo_sap()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-gpio.c177 V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in subdev_g_tuner()
H A Divtv-fileops.c149 if (vt.audmode == V4L2_TUNER_MODE_LANG1_LANG2 && (vt.rxsubchans & V4L2_TUNER_SUB_LANG2)) in ivtv_dualwatch()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst319 * - ``V4L2_TUNER_SUB_LANG2``
329 The ``V4L2_TUNER_SUB_LANG2`` and ``V4L2_TUNER_SUB_SAP``
H A Dvidioc-g-modulator.rst158 * - ``V4L2_TUNER_SUB_LANG2``
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-fileops.c156 (vt.rxsubchans & V4L2_TUNER_SUB_LANG2)) in cx18_dualwatch()
H A Dcx18-av-core.c785 val = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in cx18_av_g_tuner()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_v4l.c347 t->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in vidioc_g_tuner()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1773 #define V4L2_TUNER_SUB_LANG2 0x0004 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1773 #define V4L2_TUNER_SUB_LANG2 0x0004 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions398 replace define V4L2_TUNER_SUB_LANG2 tuner-rxsubchans
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1908 #define V4L2_TUNER_SUB_LANG2 0x0004 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1890 #define V4L2_TUNER_SUB_LANG2 0x0004 macro
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1578 vt->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in vivid_video_g_tuner()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c927 if (subchan & V4L2_TUNER_SUB_LANG2) { in ctrl_audio_modes_present_get()
/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-core.c2563 val = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2; in cx25840_g_tuner()