11c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil/*
21c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  cx18 ioctl system call
31c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *
41c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  Derived from ivtv-ioctl.h
51c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *
61c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>
76afdeaf865b729287e02aafc61d8d013b89996efAndy Walls *  Copyright (C) 2008  Andy Walls <awalls@md.metrocast.net>
81c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *
91c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  This program is free software; you can redistribute it and/or modify
101c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  it under the terms of the GNU General Public License as published by
111c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  the Free Software Foundation; either version 2 of the License, or
121c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  (at your option) any later version.
131c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *
141c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  This program is distributed in the hope that it will be useful,
151c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  but WITHOUT ANY WARRANTY; without even the implied warranty of
161c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
171c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  GNU General Public License for more details.
181c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *
191c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  You should have received a copy of the GNU General Public License
201c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  along with this program; if not, write to the Free Software
211c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
221c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil *  02111-1307  USA
231c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil */
241c1e45d17b663d4749af456ab7c2fc1f36405ef8Hans Verkuil
25aed6abd662c2903733bea7fcd3856c306e650680Mauro Carvalho Chehabu16 cx18_service2vbi(int type);
26aed6abd662c2903733bea7fcd3856c306e650680Mauro Carvalho Chehabvoid cx18_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal);
27aed6abd662c2903733bea7fcd3856c306e650680Mauro Carvalho Chehabu16 cx18_get_service_set(struct v4l2_sliced_vbi_format *fmt);
283b6fe58f0f18880200969e813d0181d1bdab0966Andy Wallsvoid cx18_set_funcs(struct video_device *vdev);
29314527acbbb3f33f72c2ef19d8cfabcada9912a5Hans Verkuilint cx18_s_std(struct file *file, void *fh, v4l2_std_id std);
30b530a447bb588fdf43fdf4eb909e4ee1921d47acHans Verkuilint cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf);
313b6fe58f0f18880200969e813d0181d1bdab0966Andy Wallsint cx18_s_input(struct file *file, void *fh, unsigned int inp);
32