cx18-controls.h 1.2 KB

1234567891011121314151617181920212223242526272829
  1. /*
  2. * cx18 ioctl control functions
  3. *
  4. * Derived from ivtv-controls.h
  5. *
  6. * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. * You should have received a copy of the GNU General Public License
  16. * along with this program; if not, write to the Free Software
  17. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  18. * 02111-1307 USA
  19. */
  20. int cx18_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *a);
  21. int cx18_g_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a);
  22. int cx18_s_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a);
  23. int cx18_try_ext_ctrls(struct file *file, void *fh,
  24. struct v4l2_ext_controls *a);
  25. int cx18_querymenu(struct file *file, void *fh, struct v4l2_querymenu *a);