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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_videodev_compat.h17 l_int tuner; member in struct:l_video_tuner
H A Dlinux_videodev2_compat.h126 uint32_t tuner; /* Associated tuner */ member in struct:l_v4l2_input
H A Dlinux_ioctl.c2809 vt->tuner = lvt->tuner;
2822 lvt->tuner = vt->tuner;
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_tuner.c43 * bktr_tuner : This deals with controlling the tuner fitted to TV cards.
692 #define TBL_CHNL freqTable[ bktr->tuner.chnlset ].ptr[ x ]
693 #define TBL_BASE_FREQ freqTable[ bktr->tuner.chnlset ].ptr[ x + 1 ]
694 #define TBL_OFFSET freqTable[ bktr->tuner.chnlset ].ptr[ x + 2 ]
726 /* Initialise the tuner structures in the bktr_softc */
727 /* This is needed as the tuner details are no longer globally declared */
731 bktr->card.tuner = &tuners[ tuner_type ];
733 bktr->card.tuner = NULL;
739 * Programming the tuner properly is quite complicated.
740 * Here are some notes, based on a FM1246 data sheet for a PAL-I tuner
798 const struct TUNER* tuner; local
[all...]
H A Dbktr_card.c45 * trying to find the type of tuner fitted.
142 NULL, /* the tuner */
143 0, /* the tuner i2c address */
154 NULL, /* the tuner */
155 0, /* the tuner i2c address */
166 NULL, /* the tuner */
167 0, /* the tuner i2c address */
178 NULL, /* the tuner */
179 0, /* the tuner i2c address */
190 NULL, /* the tuner */
1142 int tuner; local
[all...]
H A Dbktr_core.c441 * ioctls common to both video & tuner.
596 /* defaults for the tuner section of the card */
598 bktr->tuner.frequency = 0;
599 bktr->tuner.channel = 0;
600 bktr->tuner.chnlset = DEFAULT_CHNLSET;
601 bktr->tuner.afc = 0;
602 bktr->tuner.radio_mode = 0;
1108 bktr->tuner.frequency = 0;
1109 bktr->tuner.channel = 0;
1110 bktr->tuner
[all...]
H A Dbktr_reg.h389 /* description of the LOGICAL tuner */
399 /* description of the PHYSICAL tuner */
417 const struct TUNER* tuner; /* Tuner details */ member in struct:CARDTYPE
424 u_int audiomuxs[ 5 ]; /* tuner, ext (line-in) */
537 struct cdev *tunerdev_alias; /* alias /dev/tuner to /dev/tuner0 */
648 u_char tflags; /* Tuner flags (/dev/tuner) */
657 struct TVTUNER tuner; member in struct:bktr_softc
711 int tuner; member in struct:bt848_card_sig
H A Dbktr_os.c113 SYSCTL_INT(_hw_bt848, OID_AUTO, tuner, CTLFLAG_RW, &bt848_tuner, -1, "");
449 0, 0, 0444, "tuner%d", unit);
455 /* alias entries to /dev/bktr /dev/tuner and /dev/vbi */
459 bktr->tunerdev_alias= make_dev_alias(bktr->tunerdev, "tuner");
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev.h59 #define VIDEO_VC_TUNER 1 /* Channel has a tuner */
69 int tuner; member in struct:video_tuner
257 #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
258 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
267 #define VIDIOCGFREQ _IOR('v',14, unsigned long) /* Set tuner */
268 #define VIDIOCSFREQ _IOW('v',15, unsigned long) /* Set tuner */
H A Dvideodev2.h267 #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */
851 __u32 tuner; /* Associated tuner */ member in struct:v4l2_input
1374 __u32 tuner; member in struct:v4l2_frequency
1381 __u32 tuner; member in struct:v4l2_hw_freq_seek

Completed in 218 milliseconds