xref: /kernel/linux/linux-6.6/drivers/media/pci/ivtv/ivtv-ioctl.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/media/pci/ivtv/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci    ioctl system call
462306a36Sopenharmony_ci    Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
562306a36Sopenharmony_ci    Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef IVTV_IOCTL_H
1062306a36Sopenharmony_ci#define IVTV_IOCTL_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciu16 ivtv_service2vbi(int type);
1362306a36Sopenharmony_civoid ivtv_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal);
1462306a36Sopenharmony_ciu16 ivtv_get_service_set(struct v4l2_sliced_vbi_format *fmt);
1562306a36Sopenharmony_civoid ivtv_set_osd_alpha(struct ivtv *itv);
1662306a36Sopenharmony_ciint ivtv_set_speed(struct ivtv *itv, int speed);
1762306a36Sopenharmony_civoid ivtv_set_funcs(struct video_device *vdev);
1862306a36Sopenharmony_civoid ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std);
1962306a36Sopenharmony_civoid ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std);
2062306a36Sopenharmony_ciint ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf);
2162306a36Sopenharmony_ciint ivtv_s_input(struct file *file, void *fh, unsigned int inp);
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci#endif
24

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