Searched refs:VFL_TYPE_SDR (Results 1 – 9 of 9) sorted by relevance
| /linux/include/media/ |
| H A D | v4l2-dev.h | 40 VFL_TYPE_SDR, enumerator
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 295 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_enum_freq_bands() 306 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_g_tuner() 317 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_s_tuner() 331 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_g_frequency() 345 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_s_frequency() 1613 ret = video_register_device(vfd, VFL_TYPE_SDR, sdr_cap_nr[inst]); in vivid_create_devnodes()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 562 bool is_sdr = vdev->vfl_type == VFL_TYPE_SDR; in determine_valid_ioctls() 841 case VFL_TYPE_SDR: in video_register_media_controller() 956 case VFL_TYPE_SDR: in __video_register_device()
|
| H A D | v4l2-ioctl.c | 937 bool is_sdr = vfd->vfl_type == VFL_TYPE_SDR; in check_fmt() 2038 if (vfd->vfl_type == VFL_TYPE_SDR) in v4l_g_frequency() 2057 if (vfd->vfl_type == VFL_TYPE_SDR) { in v4l_s_frequency() 2130 if (vfd->vfl_type == VFL_TYPE_SDR) in v4l_s_hw_freq_seek() 2796 if (vfd->vfl_type == VFL_TYPE_SDR) { in v4l_enum_freq_bands()
|
| /linux/drivers/media/usb/hackrf/ |
| H A D | hackrf.c | 1484 ret = video_register_device(&dev->rx_vdev, VFL_TYPE_SDR, -1); in hackrf_probe() 1503 ret = video_register_device(&dev->tx_vdev, VFL_TYPE_SDR, -1); in hackrf_probe()
|
| /linux/drivers/media/usb/airspy/ |
| H A D | airspy.c | 1066 ret = video_register_device(&s->vdev, VFL_TYPE_SDR, -1); in airspy_probe()
|
| /linux/drivers/media/usb/msi2500/ |
| H A D | msi2500.c | 1264 ret = video_register_device(&dev->vdev, VFL_TYPE_SDR, -1); in msi2500_probe()
|
| /linux/drivers/media/platform/renesas/ |
| H A D | rcar_drif.c | 1079 ret = video_register_device(sdr->vdev, VFL_TYPE_SDR, -1); in rcar_drif_sdr_register()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | rtl2832_sdr.c | 1440 ret = video_register_device(&dev->vdev, VFL_TYPE_SDR, -1); in rtl2832_sdr_probe()
|