Searched refs:tuner (Results 51 - 65 of 65) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dpms.c738 if(v->tuner)
764 if(v->tuner)
H A Dtuner-types.c3 * i2c tv tuner chip device type database.
8 #include <media/tuner.h>
9 #include <media/tuner-types.h>
H A Dvideodev.c1012 "tuner=%d, std=%Ld, status=%d\n",
1014 p->tuner,
1481 dbgarg (cmd, "tuner=%d, type=%d, frequency=%d\n",
1482 p->tuner,p->type,p->frequency);
1490 dbgarg (cmd, "tuner=%d, type=%d, frequency=%d\n",
1491 p->tuner,p->type,p->frequency);
H A Dtveeprom.c41 #include <media/tuner.h>
67 * tuner formats the tuner supports.
395 ** tuner type: tag [00].05 or [0a].01 (index into hauppauge_tuner)
396 ** tuner fmts: tag [00].04 or [0a].00 (bitmask index into hauppauge_tuner_fmt)
565 /* a second (radio) tuner may be present */
568 if (t_format2 == 0) { /* not a TV tuner? */
617 tveeprom_info("The eeprom says no radio is present, but the tuner type\n");
661 tveeprom_info("tuner model is %s (idx %d, type %d)\n",
668 tveeprom_info("second tuner mode
[all...]
H A Dv4l1-compat.c688 case VIDIOCGTUNER: /* get tuner information */
738 case VIDIOCSTUNER: /* select a tuner input */
744 t.index=tun->tuner;
757 freq2.tuner = 0;
H A Dcx2341x.c30 #include <media/tuner.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev2.h246 #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */
786 __u32 tuner; /* Associated tuner */ member in struct:v4l2_input
1177 __u32 tuner; member in struct:v4l2_frequency
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c34 #include "pvrusb2-tuner.h"
65 "tuner",
73 "tuner",
91 static int tuner[PVR_NUM] = { [0 ... PVR_NUM-1] = -1 }; variable
105 module_param_array(tuner, int, NULL, 0444);
106 MODULE_PARM_DESC(tuner,"specify installed tuner type");
408 tuner, then select the right frequency choice as well and mark
1630 tp = tuner[unit_number];
2563 /* Execute poll of tuner statu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-ioctl.c942 if (vf->tuner != 0)
951 if (vf.tuner != 0)
1031 case VIDIOC_S_TUNER: { /* Setting tuner can only set audio mode */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-cards.c28 #include <media/tuner.h>
H A Dusbvision-core.c45 #include <media/tuner.h>
2543 //channel 0 is TV with audiochannel 1 (tuner mono)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-dvb.c160 f.tuner = 0;
289 /* setup tuner buffer */
298 wprintk("could not write to tuner at addr: 0x%02x\n",
380 /* switch the tuner to analog mode */
470 /* this message actually turns the tuner back to analog mode */
560 /* setup tuner buffer */
569 wprintk("could not write to tuner at addr: 0x%02x\n",
588 * tda 1004x based cards with philips silicon tuner
704 wprintk("no tda827x tuner found at addr: %02x\n",
1100 wprintk("no tda827x tuner foun
[all...]
H A Dsaa7134-video.c605 /* only tell the tuner if this is a tv input */
1914 /* --- tuner ioctls ------------------------------------------ */
1969 if (0 != f->tuner)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dfm801.c41 #include <sound/tea575x-tuner.h>
55 * Enable TEA575x tuner
59 * 16 = setup tuner only (this is additional bit), i.e. SF-64-PCR FM card
71 MODULE_PARM_DESC(tea575x_tuner, "Enable TEA575x tuner.");
164 unsigned int tea575x_tuner; /* tuner flags */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c1353 if (unlikely(f->tuner != 0))
1827 request_module("tuner");

Completed in 141 milliseconds

123