Home
last modified time | relevance | path

Searched refs:V4L2_TUNER_SDR (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/Documentation/userspace-api/media/v4l/
Ddev-sdr.rst49 The ``V4L2_TUNER_SDR`` tuner type is used for setting SDR device ADC/DAC
Dvidioc-g-tuner.rst55 :ref:`SDR <sdr>` specific tuner types are ``V4L2_TUNER_SDR`` and
200 * - ``V4L2_TUNER_SDR``
Dvidioc-g-modulator.rst55 :ref:`SDR <sdr>` specific modulator types are ``V4L2_TUNER_SDR`` and
Dv4l2.rst121 Renamed V4L2_TUNER_ADC to V4L2_TUNER_SDR. Added
Dhist-v4l2.rst1172 1. Renamed ``V4L2_TUNER_ADC`` to ``V4L2_TUNER_SDR``. The use of
/linux-5.19.10/drivers/media/usb/hackrf/
Dhackrf.c52 .type = V4L2_TUNER_SDR,
1027 v->type = V4L2_TUNER_SDR; in hackrf_g_tuner()
1066 a->type = V4L2_TUNER_SDR; in hackrf_g_modulator()
1143 f->type = V4L2_TUNER_SDR; in hackrf_g_frequency()
/linux-5.19.10/include/uapi/linux/
Dvideodev2.h180 V4L2_TUNER_SDR = 4, enumerator
185 #define V4L2_TUNER_ADC V4L2_TUNER_SDR
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c1923 p->type = V4L2_TUNER_SDR; in v4l_g_frequency()
1942 if (p->type != V4L2_TUNER_SDR && p->type != V4L2_TUNER_RF) in v4l_s_frequency()
2648 if (p->type != V4L2_TUNER_SDR && p->type != V4L2_TUNER_RF) in v4l_enum_freq_bands()
/linux-5.19.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions51 replace symbol V4L2_TUNER_SDR :c:type:`v4l2_tuner_type`