Home
last modified time | relevance | path

Searched refs:V4L2_TUNER_RADIO (Results 1 – 42 of 42) sorted by relevance

/linux-4.1.27/drivers/media/radio/
Dradio-raremono.c88 .type = V4L2_TUNER_RADIO,
98 .type = V4L2_TUNER_RADIO,
107 .type = V4L2_TUNER_RADIO,
260 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
281 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Dtea575x.c66 .type = V4L2_TUNER_RADIO,
75 .type = V4L2_TUNER_RADIO,
84 .type = V4L2_TUNER_RADIO,
303 v->type = V4L2_TUNER_RADIO; in snd_tea575x_g_tuner()
348 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
358 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
Dtef6862.c87 v->type = V4L2_TUNER_RADIO; in tef6862_g_tuner()
135 f->type = V4L2_TUNER_RADIO; in tef6862_g_frequency()
Dradio-tea5777.c154 .type = V4L2_TUNER_RADIO,
165 .type = V4L2_TUNER_RADIO,
314 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
364 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
374 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
Dradio-sf16fmi.c149 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
170 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
186 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Ddsbr100.c199 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
221 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
235 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Dradio-cadet.c96 .type = V4L2_TUNER_RADIO,
103 .type = V4L2_TUNER_RADIO,
377 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
424 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Dradio-isa.c69 v->type = V4L2_TUNER_RADIO; in radio_isa_g_tuner()
111 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in radio_isa_s_frequency()
127 f->type = V4L2_TUNER_RADIO; in radio_isa_g_frequency()
Dradio-tea5764.c313 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
347 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
374 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Dradio-miropcm20.c235 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
278 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
289 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
Dradio-mr800.c299 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
345 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_g_frequency()
347 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Dradio-si476x.c59 .type = V4L2_TUNER_RADIO,
71 .type = V4L2_TUNER_RADIO,
415 tuner->type = V4L2_TUNER_RADIO; in si476x_radio_g_tuner()
673 f->type != V4L2_TUNER_RADIO) in si476x_radio_g_frequency()
717 f->type != V4L2_TUNER_RADIO) in si476x_radio_s_frequency()
765 seek->type != V4L2_TUNER_RADIO) in si476x_radio_s_hw_freq_seek()
Dradio-keene.c223 if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO) in vidioc_s_frequency()
236 f->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
Dradio-ma901.c230 v->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
Dradio-wl1273.c1520 tuner->type = V4L2_TUNER_RADIO; in wl1273_fm_vidioc_g_tuner()
1643 freq->type = V4L2_TUNER_RADIO; in wl1273_fm_vidioc_g_frequency()
1660 if (freq->type != V4L2_TUNER_RADIO) { in wl1273_fm_vidioc_s_frequency()
1702 if (seek->tuner != 0 || seek->type != V4L2_TUNER_RADIO) in wl1273_fm_vidioc_s_hw_freq_seek()
/linux-4.1.27/drivers/media/v4l2-core/
Dtuner-core.c455 if (V4L2_TUNER_RADIO == t->mode) in set_type()
713 t->mode = V4L2_TUNER_RADIO; in tuner_probe()
768 if (mode == V4L2_TUNER_RADIO) in check_mode()
816 if (t->mode == V4L2_TUNER_RADIO) { in set_freq()
1042 case V4L2_TUNER_RADIO: in tuner_status()
1053 if (t->mode == V4L2_TUNER_RADIO) { in tuner_status()
1064 if (t->mode != V4L2_TUNER_RADIO) in tuner_status()
1091 if (set_mode(t, V4L2_TUNER_RADIO) == 0) in tuner_s_radio()
1169 f->frequency = (V4L2_TUNER_RADIO == t->mode) ? in tuner_g_frequency()
1173 f->frequency = (V4L2_TUNER_RADIO == f->type) ? in tuner_g_frequency()
[all …]
Dv4l2-ioctl.c1415 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_g_tuner()
1429 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_s_tuner()
1455 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_g_frequency()
1471 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_s_frequency()
1559 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_s_hw_freq_seek()
2095 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in v4l_enum_freq_bands()
2118 p->modulation = (type == V4L2_TUNER_RADIO) ? in v4l_enum_freq_bands()
2127 if (type != V4L2_TUNER_RADIO) in v4l_enum_freq_bands()
2137 p->modulation = (type == V4L2_TUNER_RADIO) ? in v4l_enum_freq_bands()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-radio-common.c38 .type = V4L2_TUNER_RADIO,
48 .type = V4L2_TUNER_RADIO,
57 .type = V4L2_TUNER_RADIO,
/linux-4.1.27/drivers/media/radio/si470x/
Dradio-si470x-common.c150 .type = V4L2_TUNER_RADIO,
162 .type = V4L2_TUNER_RADIO,
174 .type = V4L2_TUNER_RADIO,
597 tuner->type = V4L2_TUNER_RADIO; in si470x_vidioc_g_tuner()
674 freq->type = V4L2_TUNER_RADIO; in si470x_vidioc_g_frequency()
/linux-4.1.27/drivers/media/tuners/
Dtda9887.c407 if (priv->mode == V4L2_TUNER_RADIO) { in tda9887_set_tvnorm()
519 if (priv->mode == V4L2_TUNER_RADIO) { in tda9887_do_config()
610 if (priv->mode != V4L2_TUNER_RADIO) in tda9887_get_afc()
Dmt20xx.c352 case V4L2_TUNER_RADIO: in mt2032_set_params()
552 case V4L2_TUNER_RADIO: in mt2050_set_params()
Dtda827x.c84 if (params->mode == V4L2_TUNER_RADIO) { in tda827x_set_std()
263 if (params->mode == V4L2_TUNER_RADIO) in tda827xo_set_analog_params()
677 if (params->mode == V4L2_TUNER_RADIO) in tda827xa_set_analog_params()
Dtuner-xc2028.c1043 case V4L2_TUNER_RADIO: in generic_set_freq()
1167 if (p->mode == V4L2_TUNER_RADIO) { in xc2028_set_analog_freq()
1172 V4L2_TUNER_RADIO, type, 0, 0); in xc2028_set_analog_freq()
Dtda8290.c147 if (params->mode == V4L2_TUNER_RADIO) { in set_audio()
212 if (params->mode == V4L2_TUNER_RADIO) { in tda8290_set_params()
Dxc5000.c1054 case V4L2_TUNER_RADIO: in xc5000_set_params()
1075 case V4L2_TUNER_RADIO: in xc5000_set_analog_params()
Dtda18271-fe.c1004 ((params->mode == V4L2_TUNER_RADIO) ? 1 : 1000) / 2; in tda18271_set_analog_params()
1008 if (params->mode == V4L2_TUNER_RADIO) { in tda18271_set_analog_params()
Dtuner-simple.c779 case V4L2_TUNER_RADIO: in simple_set_params()
Dxc4000.c1283 if (params->mode == V4L2_TUNER_RADIO) { in xc4000_set_analog_params()
Dmt2063.c2075 case V4L2_TUNER_RADIO: in mt2063_set_analog_params()
/linux-4.1.27/include/media/
Dtuner.h170 T_RADIO = 1 << V4L2_TUNER_RADIO,
/linux-4.1.27/drivers/staging/media/bcm2048/
Dradio-bcm2048.c2450 tuner->type = V4L2_TUNER_RADIO; in bcm2048_vidioc_g_tuner()
2515 freq->type = V4L2_TUNER_RADIO; in bcm2048_vidioc_g_frequency()
2532 if (freq->type != V4L2_TUNER_RADIO) in bcm2048_vidioc_s_frequency()
2553 if ((seek->tuner != 0) || (seek->type != V4L2_TUNER_RADIO)) in bcm2048_vidioc_s_hw_freq_seek()
/linux-4.1.27/drivers/media/radio/wl128x/
Dfmdrv_v4l2.c301 tuner->type = V4L2_TUNER_RADIO; in fm_v4l2_vidioc_g_tuner()
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c364 if (vf->type == V4L2_TUNER_RADIO) { in pvr2_s_frequency()
401 vf->type = V4L2_TUNER_RADIO; in pvr2_g_frequency()
Dpvrusb2-hdw.c2930 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in pvr2_subdev_update()
2951 freq.type = V4L2_TUNER_RADIO; in pvr2_subdev_update()
5047 V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; in pvr2_hdw_status_poll()
/linux-4.1.27/drivers/media/usb/usbvision/
Dusbvision-video.c626 vt->type = V4L2_TUNER_RADIO; in vidioc_g_tuner()
657 freq->type = V4L2_TUNER_RADIO; in vidioc_g_frequency()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c1858 if (f->type == V4L2_TUNER_RADIO) in bttv_g_frequency()
1860 f->frequency = f->type == V4L2_TUNER_RADIO ? in bttv_g_frequency()
1874 if (new_freq.type == V4L2_TUNER_RADIO) { in bttv_set_frequency()
3255 t->type = V4L2_TUNER_RADIO; in radio_g_tuner()
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-ioctl.c637 if (vt->type == V4L2_TUNER_RADIO) in cx18_g_tuner()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h165 V4L2_TUNER_RADIO = 1, enumerator
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c1643 if (mode == V4L2_TUNER_RADIO) { in cx231xx_dif_configure_C2HH_for_low_IF()
2112 if (dev->active_mode == V4L2_TUNER_RADIO) in cx231xx_dif_set_standard()
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-video.c1292 t->type = V4L2_TUNER_RADIO; in radio_g_tuner()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-ioctl.c1224 if (vt->type == V4L2_TUNER_RADIO) in ivtv_g_tuner()
/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-video.c969 f.type = V4L2_TUNER_RADIO; in em28xx_start_analog_streaming()