xref: /kernel/linux/linux-6.6/drivers/media/pci/cx23885/cx23885-ioctl.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/media/pci/cx23885/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci *  Driver for the Conexant CX23885/7/8 PCIe bridge
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci *  Various common ioctl() support functions
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci *  Copyright (c) 2009 Andy Walls <awalls@md.metrocast.net>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef _CX23885_IOCTL_H_
1162306a36Sopenharmony_ci#define _CX23885_IOCTL_H_
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciint cx23885_g_chip_info(struct file *file, void *fh,
1462306a36Sopenharmony_ci			 struct v4l2_dbg_chip_info *chip);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#ifdef CONFIG_VIDEO_ADV_DEBUG
1762306a36Sopenharmony_ciint cx23885_g_register(struct file *file, void *fh,
1862306a36Sopenharmony_ci		       struct v4l2_dbg_register *reg);
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ciint cx23885_s_register(struct file *file, void *fh,
2262306a36Sopenharmony_ci		       const struct v4l2_dbg_register *reg);
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci#endif
2562306a36Sopenharmony_ci#endif
26

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