Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003     ioctl system call
0004     Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
0005     Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
0006 
0007  */
0008 
0009 #ifndef IVTV_IOCTL_H
0010 #define IVTV_IOCTL_H
0011 
0012 u16 ivtv_service2vbi(int type);
0013 void ivtv_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal);
0014 u16 ivtv_get_service_set(struct v4l2_sliced_vbi_format *fmt);
0015 void ivtv_set_osd_alpha(struct ivtv *itv);
0016 int ivtv_set_speed(struct ivtv *itv, int speed);
0017 void ivtv_set_funcs(struct video_device *vdev);
0018 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std);
0019 void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std);
0020 int ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf);
0021 int ivtv_s_input(struct file *file, void *fh, unsigned int inp);
0022 
0023 #endif