Searched refs:tuner (Results 1 - 25 of 32) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/video4linux/bttv/
H A DModules.conf10 options tuner debug=1
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbttv-cards.c39 #include "tuner.h"
65 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = -1}; variable
87 MODULE_PARM(tuner,"1-" __stringify(BTTV_MAX) "i");
88 MODULE_PARM_DESC(tuner,"specify installed tuner type");
90 MODULE_PARM_DESC(autoload,"automatically load i2c modules like tuner.o, default is 1 (yes)");
99 static int __init p_tuner(char *str) { return bttv_parse(str,BTTV_MAX,tuner); }
102 __setup("bttv.tuner=", p_tuner);
198 tuner: 0,
206 tuner
1360 int tuner=-1,ttype; local
1677 int blk2,tuner,radio,model; local
1802 int tuner_make,tuner_tv_fm,tuner_format,tuner=0,remote; local
[all...]
H A Dtuner.c15 #include "tuner.h"
56 struct tuner struct
87 /* tv tuner system standard selection for Philips FQ1216ME
134 * The floats in the tuner struct are computed at compile time
237 struct tuner *t = (struct tuner*)c->data;
271 struct tuner *t = (struct tuner*)c->data;
505 struct tuner *t = (struct tuner*)
[all...]
H A DMakefile38 tda7432.o tda9875.o tuner.o
60 obj-$(CONFIG_TUNER_3036) += tuner-3036.o
H A Dbttv.h126 int tuner; member in struct:tvcard
H A Dbw-qcam.c754 if(v.tuner)
770 if(v.tuner)
H A Dc-qcam.c564 if(v.tuner)
580 if(v.tuner)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-cadet.c56 * strength value. These values are in microvolts of RF at the tuner's input.
111 outb(7,io); /* Select tuner control */
133 outb(7,io); /* Select tuner control */
201 outb(7,io); /* Select tuner control */
208 outb(7,io); /* Select tuner control */
256 outb(7,io); /* Select tuner control */
264 outb(7,io); /* Select tuner control */
289 outb(7,io); /* Select tuner control */
304 outb(7,io); /* Select tuner control */
415 if((v.tuner<
[all...]
H A Dmiropcm20-radio.c18 * I cant get frequency, 'tuner status', 'tuner flags' or mute/mono
83 /* no signal from tuner */
153 if(v.tuner) /* Only 1 tuner */
170 if(v.tuner!=0)
172 /* Only 1 tuner so no setting needed ! */
H A Dradio-aimslab.c244 if(v.tuner) /* Only 1 tuner */
261 if(v.tuner!=0)
263 /* Only 1 tuner so no setting needed ! */
H A Dradio-aztech.c4 * Russell Kroll <rkroll@exploits.org>. Based on original tuner code by:
188 if(v.tuner) /* Only 1 tuner */
207 if(v.tuner!=0)
209 /* Only 1 tuner so no setting needed ! */
H A Dradio-gemtek.c169 if(v.tuner) /* Only 1 tuner */
186 if(v.tuner!=0)
188 /* Only 1 tuner so no setting needed ! */
H A Dradio-rtrack2.c137 if(v.tuner) /* Only 1 tuner */
154 if(v.tuner!=0)
156 /* Only 1 tuner so no setting needed ! */
H A Dradio-terratec.c216 if(v.tuner) /* Only 1 tuner */
233 if(v.tuner!=0)
235 /* Only 1 tuner so no setting needed ! */
H A Dradio-trust.c7 * Russell Kroll <rkroll@exploits.org>. Based on original tuner code by:
190 if(v.tuner) /* Only 1 tuner */
215 if(v.tuner != 0)
H A Dradio-gemtek-pci.c229 if ( t.tuner )
253 if ( t.tuner )
H A Dradio-maestro.c194 if(v.tuner)
211 if(v.tuner!=0)
H A Dradio-maxiradio.c196 if(v.tuner)
222 if(v.tuner!=0)
H A Dradio-sf16fmi.c147 if(v.tuner) /* Only 1 tuner */
165 if(v.tuner!=0)
168 /* Only 1 tuner so no setting needed ! */
H A Dradio-typhoon.c188 if (v.tuner) /* Only 1 tuner */
205 if (v.tuner != 0)
207 /* Only 1 tuner so no setting needed ! */
H A Dradio-zoltrix.c246 if (v.tuner)
265 if (v.tuner != 0)
267 /* Only 1 tuner so no setting needed ! */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Ddsbr100.c249 if(v.tuner) /* Only 1 tuner */
267 if(v.tuner!=0)
269 /* Only 1 tuner so no setting needed ! */
H A Dw9968cf.c3631 struct video_tuner tuner; local
3632 if (copy_from_user(&tuner, arg, sizeof(tuner)))
3635 if (tuner.tuner != 0)
3638 strcpy(tuner.name, "no_tuner");
3639 tuner.rangelow = 0;
3640 tuner.rangehigh = 0;
3641 tuner.flags = VIDEO_TUNER_NORM;
3642 tuner
3654 struct video_tuner tuner; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvideodev.h97 #define VIDEO_VC_TUNER 1 /* Channel has a tuner */
107 int tuner; member in struct:video_tuner
298 #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
299 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
308 #define VIDIOCGFREQ _IOR('v',14, unsigned long) /* Set tuner */
309 #define VIDIOCSFREQ _IOW('v',15, unsigned long) /* Set tuner */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvideodev.h97 #define VIDEO_VC_TUNER 1 /* Channel has a tuner */
107 int tuner; member in struct:video_tuner
298 #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
299 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
308 #define VIDIOCGFREQ _IOR('v',14, unsigned long) /* Set tuner */
309 #define VIDIOCSFREQ _IOW('v',15, unsigned long) /* Set tuner */

Completed in 190 milliseconds

12