xref: /kernel/linux/linux-5.10/drivers/media/pci/cx18/cx18-ioctl.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/pci/cx18/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  cx18 ioctl system call
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Derived from ivtv-ioctl.h
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>
88c2ecf20Sopenharmony_ci *  Copyright (C) 2008  Andy Walls <awalls@md.metrocast.net>
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciu16 cx18_service2vbi(int type);
128c2ecf20Sopenharmony_civoid cx18_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal);
138c2ecf20Sopenharmony_ciu16 cx18_get_service_set(struct v4l2_sliced_vbi_format *fmt);
148c2ecf20Sopenharmony_civoid cx18_set_funcs(struct video_device *vdev);
158c2ecf20Sopenharmony_ciint cx18_s_std(struct file *file, void *fh, v4l2_std_id std);
168c2ecf20Sopenharmony_ciint cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf);
178c2ecf20Sopenharmony_ciint cx18_s_input(struct file *file, void *fh, unsigned int inp);
18

Indexes created Thu Nov 07 10:32:03 CST 2024