Searched refs:video_tuner (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev.h67 struct video_tuner struct
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 */
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c2654 linux_to_bsd_v4l_tuner(struct l_video_tuner *lvt, struct video_tuner *vt)
2667 bsd_to_linux_v4l_tuner(struct video_tuner *vt, struct l_video_tuner *lvt)
2861 struct video_tuner vtun;

Completed in 95 milliseconds