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

  /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/dev/pci/bktr/
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_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_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...]
  /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/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

Completed in 20 milliseconds