Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
0005  *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
0006  */
0007 
0008 #ifndef __PVRUSB2_VIDEO_V4L_H
0009 #define __PVRUSB2_VIDEO_V4L_H
0010 
0011 /*
0012 
0013    This module connects the pvrusb2 driver to the I2C chip level
0014    driver which handles device video processing.  This interface is
0015    used internally by the driver; higher level code should only
0016    interact through the interface provided by pvrusb2-hdw.h.
0017 
0018 */
0019 
0020 
0021 #include "pvrusb2-hdw-internal.h"
0022 void pvr2_saa7115_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *);
0023 
0024 #endif /* __PVRUSB2_VIDEO_V4L_H */