1*c942fddfSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 2b285192aSMauro Carvalho Chehab /* 3b285192aSMauro Carvalho Chehab * cx18 ioctl system call 4b285192aSMauro Carvalho Chehab * 5b285192aSMauro Carvalho Chehab * Derived from ivtv-ioctl.h 6b285192aSMauro Carvalho Chehab * 7b285192aSMauro Carvalho Chehab * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> 8b285192aSMauro Carvalho Chehab * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> 9b285192aSMauro Carvalho Chehab */ 10b285192aSMauro Carvalho Chehab 11b285192aSMauro Carvalho Chehab u16 cx18_service2vbi(int type); 12b285192aSMauro Carvalho Chehab void cx18_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal); 13b285192aSMauro Carvalho Chehab u16 cx18_get_service_set(struct v4l2_sliced_vbi_format *fmt); 14b285192aSMauro Carvalho Chehab void cx18_set_funcs(struct video_device *vdev); 15314527acSHans Verkuil int cx18_s_std(struct file *file, void *fh, v4l2_std_id std); 16b530a447SHans Verkuil int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf); 17b285192aSMauro Carvalho Chehab int cx18_s_input(struct file *file, void *fh, unsigned int inp); 18