Home
last modified time | relevance | path

Searched refs:V4L2_TUNER_RF (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.c77 .type = V4L2_TUNER_RF,
378 vf->type = V4L2_TUNER_RF; in vivid_sdr_g_frequency()
415 if (vf->type != V4L2_TUNER_RF) in vivid_sdr_s_frequency()
439 vt->type = V4L2_TUNER_RF; in vivid_sdr_g_tuner()
/linux-6.15/drivers/media/tuners/
H A Dmsi001.c16 .type = V4L2_TUNER_RF,
22 .type = V4L2_TUNER_RF,
300 v->type = V4L2_TUNER_RF; in msi001_g_tuner()
H A De4000.c263 .type = V4L2_TUNER_RF,
270 .type = V4L2_TUNER_RF,
303 v->type = V4L2_TUNER_RF; in e4000_g_tuner()
H A Dfc2580.c363 .type = V4L2_TUNER_RF,
396 v->type = V4L2_TUNER_RF; in fc2580_g_tuner()
/linux-6.15/drivers/media/i2c/
H A Dmax2175.c220 .type = V4L2_TUNER_RF,
229 .type = V4L2_TUNER_RF,
1133 vf->type = V4L2_TUNER_RF; in max2175_g_frequency()
1160 vt->type = V4L2_TUNER_RF; in max2175_g_tuner()
/linux-6.15/drivers/media/usb/airspy/
H A Dairspy.c64 .type = V4L2_TUNER_RF,
714 v->type = V4L2_TUNER_RF; in airspy_g_tuner()
738 f->type = V4L2_TUNER_RF; in airspy_g_frequency()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-sdr.rst50 frequency, and the ``V4L2_TUNER_RF`` tuner type is used for setting
H A Dvidioc-g-tuner.rst56 ``V4L2_TUNER_RF``. For SDR devices ``audmode`` field must be initialized
204 * - ``V4L2_TUNER_RF``
H A Dvidioc-g-modulator.rst56 ``V4L2_TUNER_RF``. For SDR devices ``txsubchans`` field must be
/linux-6.15/drivers/media/usb/hackrf/
H A Dhackrf.c63 .type = V4L2_TUNER_RF,
1033 v->type = V4L2_TUNER_RF; in hackrf_g_tuner()
1072 a->type = V4L2_TUNER_RF; in hackrf_g_modulator()
1148 f->type = V4L2_TUNER_RF; in hackrf_g_frequency()
/linux-6.15/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c67 .type = V4L2_TUNER_RF,
973 v->type = V4L2_TUNER_RF; in rtl2832_sdr_g_tuner()
1052 f->type = V4L2_TUNER_RF; in rtl2832_sdr_g_frequency()
1056 f->type = V4L2_TUNER_RF; in rtl2832_sdr_g_frequency()
/linux-6.15/drivers/media/usb/msi2500/
H A Dmsi2500.c1022 f->type = V4L2_TUNER_RF; in msi2500_g_frequency()
/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions50 replace symbol V4L2_TUNER_RF :c:type:`v4l2_tuner_type`
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h181 V4L2_TUNER_RF = 5, enumerator
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2048 if (p->type != V4L2_TUNER_SDR && p->type != V4L2_TUNER_RF) in v4l_s_frequency()
2789 if (p->type != V4L2_TUNER_SDR && p->type != V4L2_TUNER_RF) in v4l_enum_freq_bands()