Searched refs:V4L2_TUNER_CAP_1HZ (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-freq-bands.rst | 75 ``V4L2_TUNER_CAP_LOW`` or ``V4L2_TUNER_CAP_1HZ`` capability must 84 ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is set. 90 when the ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is set.
|
H A D | vidioc-s-hw-freq-seek.rst | 101 the ``V4L2_TUNER_CAP_1HZ`` flag set, in units of 1 Hz. If 110 the ``V4L2_TUNER_CAP_1HZ`` flag set, in units of 1 Hz. If
|
H A D | vidioc-g-modulator.rst | 91 62.5 Hz, or if the ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is 97 62.5 Hz, or if the ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is
|
H A D | vidioc-g-tuner.rst | 104 of 62.5 Hz, or if the ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` 113 ``V4L2_TUNER_CAP_1HZ`` is set, in units of 1 Hz. If multiple 293 * - ``V4L2_TUNER_CAP_1HZ``
|
H A D | vidioc-g-frequency.rst | 85 used when the ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is set.
|
/linux/drivers/media/tuners/ |
H A D | msi001.c | 18 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 24 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 301 v->capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS; in msi001_g_tuner()
|
H A D | e4000.c | 265 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 272 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 304 v->capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS; in e4000_g_tuner()
|
H A D | fc2580.c | 365 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 397 v->capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS; in fc2580_g_tuner()
|
/linux/drivers/media/i2c/ |
H A D | max2175.c | 222 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 231 .capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS, 1161 vt->capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS; in max2175_g_tuner()
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 2073 #define V4L2_TUNER_CAP_1HZ 0x1000 macro
|
/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 418 replace define V4L2_TUNER_CAP_1HZ tuner-capability
|