Searched refs:V4L2_TUNER_RADIO (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-core.c130 case V4L2_TUNER_RADIO:
223 set_freq(c, (V4L2_TUNER_RADIO == t->mode) ? t->radio_freq : t->tv_freq);
258 case V4L2_TUNER_RADIO:
394 case V4L2_TUNER_RADIO: p = "radio"; break;
399 if (t->mode == V4L2_TUNER_RADIO) {
409 if (t->mode != V4L2_TUNER_RADIO)
595 if (set_mode(client, t, V4L2_TUNER_RADIO, "AUDC_SET_RADIO")
664 if (V4L2_TUNER_RADIO == t->mode) {
696 if (V4L2_TUNER_RADIO == t->mode && t->is_stereo)
749 f->frequency = (V4L2_TUNER_RADIO
[all...]
H A Dtda9887.c381 if (t->mode == V4L2_TUNER_RADIO) {
H A Dtda8290.c81 if (t->mode == V4L2_TUNER_RADIO)
242 if (t->mode == V4L2_TUNER_RADIO)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-rtrack2.c162 v->type = V4L2_TUNER_RADIO;
189 f->type = V4L2_TUNER_RADIO;
H A Dradio-cadet.c384 v->type = V4L2_TUNER_RADIO;
430 f->type = V4L2_TUNER_RADIO;
439 if (f->type != V4L2_TUNER_RADIO)
H A Dradio-aimslab.c255 v->type = V4L2_TUNER_RADIO;
290 f->type = V4L2_TUNER_RADIO;
H A Dradio-aztech.c204 v->type = V4L2_TUNER_RADIO;
280 f->type = V4L2_TUNER_RADIO;
H A Dradio-gemtek.c185 v->type = V4L2_TUNER_RADIO;
222 f->type = V4L2_TUNER_RADIO;
H A Dradio-maxiradio.c227 v->type = V4L2_TUNER_RADIO;
315 f->type = V4L2_TUNER_RADIO;
H A Dradio-sf16fmi.c155 v->type = V4L2_TUNER_RADIO;
198 f->type = V4L2_TUNER_RADIO;
H A Dradio-terratec.c229 v->type = V4L2_TUNER_RADIO;
264 f->type = V4L2_TUNER_RADIO;
H A Dradio-trust.c213 v->type = V4L2_TUNER_RADIO;
246 f->type = V4L2_TUNER_RADIO;
H A Dradio-typhoon.c205 v->type = V4L2_TUNER_RADIO;
241 f->type = V4L2_TUNER_RADIO;
H A Dradio-zoltrix.c254 v->type = V4L2_TUNER_RADIO;
292 f->type = V4L2_TUNER_RADIO;
H A Ddsbr100.c282 v->type = V4L2_TUNER_RADIO;
320 f->type = V4L2_TUNER_RADIO;
H A Dradio-gemtek-pci.c216 v->type = V4L2_TUNER_RADIO;
255 f->type = V4L2_TUNER_RADIO;
H A Dradio-maestro.c205 v->type = V4L2_TUNER_RADIO;
244 f->type = V4L2_TUNER_RADIO;
H A Dradio-sf16fmr2.c251 v->type = V4L2_TUNER_RADIO;
304 f->type = V4L2_TUNER_RADIO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dtuner.h155 T_RADIO = 1 << V4L2_TUNER_RADIO,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-cmd-v4l2.c185 freq.type = V4L2_TUNER_RADIO;
H A Dpvrusb2-v4l2.c387 if (vf->type == V4L2_TUNER_RADIO) {
425 vf->type = V4L2_TUNER_RADIO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c1339 /* f->type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV; */
1340 f->type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
1379 if (unlikely(1 == fh->radio && f->type != V4L2_TUNER_RADIO))
1439 t->type = V4L2_TUNER_RADIO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c1961 f->type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
1973 if (1 == fh->radio && V4L2_TUNER_RADIO != f->type)
2241 t->type = V4L2_TUNER_RADIO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c1372 t->type = V4L2_TUNER_RADIO;
1412 f->type = V4L2_TUNER_RADIO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev2.h163 V4L2_TUNER_RADIO = 1, enumerator in enum:v4l2_tuner_type

Completed in 177 milliseconds

12