Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/v4l/
HDvideodev.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-14-stable/sys/compat/linux/
HDlinux_ioctl.c2603 linux_to_bsd_v4l_tuner(struct l_video_tuner *lvt, struct video_tuner *vt) in linux_to_bsd_v4l_tuner()
2616 bsd_to_linux_v4l_tuner(struct video_tuner *vt, struct l_video_tuner *lvt) in bsd_to_linux_v4l_tuner()
2810 struct video_tuner vtun; in linux_ioctl_v4l()