HomeSort by: relevance | last modified time | path
    Searched refs:tuner (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_tuner.c 8 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
12 * bktr_tuner : This deals with controlling the tuner fitted to TV cards.
136 /* The control value for the ALPS TSCH5 Tuner */
140 /* The control value for the ALPS TSBH1 Tuner */
144 static const struct TUNER tuners[] = {
149 { 0x00, /* control byte for Tuner PLL */
159 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
169 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
179 { TSA552x_SCONTROL, /* control byte for Tuner PLL */
189 { TSA552x_SCONTROL, /* control byte for Tuner PLL *
781 const struct TUNER* tuner; local in function:tv_freq
    [all...]
bktr_card.c 8 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
14 * trying to find the type of tuner fitted.
148 NULL, /* the tuner */
149 0, /* the tuner i2c address */
160 NULL, /* the tuner */
161 0, /* the tuner i2c address */
172 NULL, /* the tuner */
173 0, /* the tuner i2c address */
184 NULL, /* the tuner */
185 0, /* the tuner i2c address *
1063 int tuner; local in function:probeCard
    [all...]
bktr_reg.h 342 /* description of the LOGICAL tuner */
352 /* description of the PHYSICAL tuner */
353 struct TUNER {
370 const struct TUNER* tuner; /* Tuner details */ member in struct:CARDTYPE
371 u_char tuner_pllAddr; /* Tuner i2c address */
377 u_int audiomuxs[5]; /* tuner, ext (line-in) */
541 u_char tflags; /* Tuner flags (/dev/tuner) */
550 struct TVTUNER tuner; member in struct:bktr_softc
596 int tuner; member in struct:bt848_card_sig
    [all...]
bktr_core.c 8 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
452 * ioctls common to both video & tuner.
616 /* defaults for the tuner section of the card */
618 bktr->tuner.frequency = 0;
619 bktr->tuner.channel = 0;
620 bktr->tuner.chnlset = DEFAULT_CHNLSET;
621 bktr->tuner.afc = 0;
622 bktr->tuner.radio_mode = 0;
1112 bktr->tuner.frequency = 0;
1113 bktr->tuner.channel = 0
    [all...]
bktr_os.c 8 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
117 SYSCTL_INT(_hw_bt848, OID_AUTO, tuner, CTLFLAG_RW, &bt848_tuner, -1, "");
471 0, 0, 0444, "tuner%d", unit);
477 /* alias entries to /dev/bktr /dev/tuner and /dev/vbi */
481 bktr->tunerdev_alias= make_dev_alias(bktr->tunerdev, "tuner");
1551 if (bktr->card.tuner->pllControl[3] != 0x00)
1837 struct TVTUNER *tv = &sc->tuner;
  /src/sys/dev/
video.c 1101 vi->tuner_index = input->tuner;
1131 input->tuner = vi->tuner_index;
1309 v4l2_tuner_to_video_tuner(const struct v4l2_tuner *tuner,
1312 vt->index = tuner->index;
1313 strlcpy(vt->name, tuner->name, sizeof(vt->name));
1314 vt->freq_lo = tuner->rangelow;
1315 vt->freq_hi = tuner->rangehigh;
1316 vt->signal = tuner->signal;
1317 vt->afc = tuner->afc;
1319 if (tuner->capability & V4L2_TUNER_CAP_STEREO
1988 struct v4l2_tuner *tuner; local in function:videoioctl
    [all...]
  /src/usr.bin/videoctl/
videoctl.c 351 printf("tuner\n");
382 printf("tuner\n");
484 struct v4l2_tuner tuner; local in function:video_print_tuners
489 for (tuner.index = 0; ; tuner.index++) {
490 error = ioctl(video_fd, VIDIOC_G_TUNER, &tuner);
493 printf("info.tuner.%u=%s\n", tuner.index, tuner.name);
504 tuner.index = n
    [all...]
  /src/sys/sys/
videoio.h 144 #define V4L2_CTRL_CLASS_RF_TUNER 0x00a20000 /* RF tuner controls */
1452 #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */
1472 "\21TUNER\22AUDIO\31READWRITE" \
2505 u_int32_t tuner; /* enum v4l2_tuner_type */ member in struct:v4l2_input
2762 u_int32_t tuner; member in struct:v4l2_frequency
2773 u_int32_t tuner; member in struct:v4l2_frequency_band
2784 u_int32_t tuner; member in struct:v4l2_hw_freq_seek
  /src/etc/
MAKEDEV.tmpl 1680 lndev tuner0 tuner
1687 mkdev tuner$unit c %bktr_chr% $(($unit + 16)) 444

Completed in 60 milliseconds