Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/v4l/
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-10-stable/sys/compat/linux/
Dlinux_ioctl.c2742 linux_to_bsd_v4l_tuner(struct l_video_tuner *lvt, struct video_tuner *vt) in linux_to_bsd_v4l_tuner()
2755 bsd_to_linux_v4l_tuner(struct video_tuner *vt, struct l_video_tuner *lvt) in bsd_to_linux_v4l_tuner()
2948 struct video_tuner vtun; in linux_ioctl_v4l()