Searched refs:video_tuner (Results 1 – 2 of 2) sorted by relevance
67 struct video_tuner struct257 #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 */
2612 linux_to_bsd_v4l_tuner(struct l_video_tuner *lvt, struct video_tuner *vt) in linux_to_bsd_v4l_tuner()2625 bsd_to_linux_v4l_tuner(struct video_tuner *vt, struct l_video_tuner *lvt) in bsd_to_linux_v4l_tuner()2819 struct video_tuner vtun; in linux_ioctl_v4l()