Home
last modified time | relevance | path

Searched refs:V4L2_CAP_SDR_CAPTURE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-sdr.rst22 ``V4L2_CAP_SDR_CAPTURE`` and ``V4L2_CAP_TUNER`` flag in the
H A Dvidioc-querycap.rst228 * - ``V4L2_CAP_SDR_CAPTURE``
/OK3568_Linux_fs/kernel/drivers/media/usb/hackrf/
H A Dhackrf.c902 cap->capabilities = V4L2_CAP_SDR_CAPTURE | V4L2_CAP_TUNER | in hackrf_querycap()
1485 V4L2_CAP_SDR_CAPTURE | V4L2_CAP_TUNER; in hackrf_probe()
/OK3568_Linux_fs/kernel/drivers/media/usb/airspy/
H A Dairspy.c1053 s->vdev.device_caps = V4L2_CAP_SDR_CAPTURE | V4L2_CAP_STREAMING | in airspy_probe()
/OK3568_Linux_fs/kernel/drivers/media/usb/msi2500/
H A Dmsi2500.c1266 dev->vdev.device_caps = V4L2_CAP_SDR_CAPTURE | V4L2_CAP_STREAMING | in msi2500_probe()
/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.h458 #define V4L2_CAP_SDR_CAPTURE 0x00100000 /* Is a SDR capture device */ macro
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drcar_drif.c1081 sdr->vdev->device_caps = V4L2_CAP_SDR_CAPTURE | V4L2_CAP_TUNER | in rcar_drif_sdr_register()
/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.h458 #define V4L2_CAP_SDR_CAPTURE 0x00100000 /* Is a SDR capture device */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions171 replace define V4L2_CAP_SDR_CAPTURE device-capabilities
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h479 #define V4L2_CAP_SDR_CAPTURE 0x00100000 /* Is a SDR capture device */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h481 #define V4L2_CAP_SDR_CAPTURE 0x00100000 /* Is a SDR capture device */ macro
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c1239 .device_caps = V4L2_CAP_SDR_CAPTURE | V4L2_CAP_STREAMING |
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1078 dev->sdr_cap_caps = V4L2_CAP_SDR_CAPTURE | V4L2_CAP_TUNER; in vivid_set_capabilities()