Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003     ioctl control functions
0004     Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
0005     Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
0006 
0007  */
0008 
0009 #ifndef IVTV_CONTROLS_H
0010 #define IVTV_CONTROLS_H
0011 
0012 extern const struct cx2341x_handler_ops ivtv_cxhdl_ops;
0013 extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
0014 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
0015 
0016 #endif