Home
last modified time | relevance | path

Searched refs:V4L2_TUNER_ADC (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.c46 .type = V4L2_TUNER_ADC,
54 .type = V4L2_TUNER_ADC,
62 .type = V4L2_TUNER_ADC,
374 vf->type = V4L2_TUNER_ADC; in vivid_sdr_g_frequency()
394 if (vf->type != V4L2_TUNER_ADC) in vivid_sdr_s_frequency()
431 vt->type = V4L2_TUNER_ADC; in vivid_sdr_g_tuner()
/linux/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c40 .type = V4L2_TUNER_ADC,
48 .type = V4L2_TUNER_ADC,
56 .type = V4L2_TUNER_ADC,
963 v->type = V4L2_TUNER_ADC; in rtl2832_sdr_g_tuner()
1048 f->type = V4L2_TUNER_ADC; in rtl2832_sdr_g_frequency()
1078 if (f->tuner == 0 && f->type == V4L2_TUNER_ADC) { in rtl2832_sdr_s_frequency()
/linux/drivers/media/usb/airspy/
H A Dairspy.c53 .type = V4L2_TUNER_ADC,
707 v->type = V4L2_TUNER_ADC; in airspy_g_tuner()
733 f->type = V4L2_TUNER_ADC; in airspy_g_frequency()
/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c59 .type = V4L2_TUNER_ADC,
996 v->type = V4L2_TUNER_ADC; in msi2500_g_tuner()
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst116 Renamed V4L2_TUNER_ADC to V4L2_TUNER_SDR. Added
H A Dhist-v4l2.rst1172 1. Renamed ``V4L2_TUNER_ADC`` to ``V4L2_TUNER_SDR``. The use of
1173 ``V4L2_TUNER_ADC`` is deprecated now.
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions558 ignore define V4L2_TUNER_ADC
/linux/include/uapi/linux/
H A Dvideodev2.h193 #define V4L2_TUNER_ADC V4L2_TUNER_SDR macro