Path: blob/master/drivers/media/video/cx23885/cx23885-ioctl.h
17900 views
/*1* Driver for the Conexant CX23885/7/8 PCIe bridge2*3* Various common ioctl() support functions4*5* Copyright (c) 2009 Andy Walls <[email protected]>6*7* This program is free software; you can redistribute it and/or modify8* it under the terms of the GNU General Public License as published by9* the Free Software Foundation; either version 2 of the License, or10* (at your option) any later version.11*12* This program is distributed in the hope that it will be useful,13* but WITHOUT ANY WARRANTY; without even the implied warranty of14* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15*16* GNU General Public License for more details.17*18* You should have received a copy of the GNU General Public License19* along with this program; if not, write to the Free Software20* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.21*/2223#ifndef _CX23885_IOCTL_H_24#define _CX23885_IOCTL_H_2526int cx23885_g_chip_ident(struct file *file, void *fh,27struct v4l2_dbg_chip_ident *chip);2829#ifdef CONFIG_VIDEO_ADV_DEBUG30int cx23885_g_register(struct file *file, void *fh,31struct v4l2_dbg_register *reg);323334int cx23885_s_register(struct file *file, void *fh,35struct v4l2_dbg_register *reg);3637#endif38#endif394041