#include "ivtv-driver.h"
#include "ivtv-ioctl.h"
#include "ivtv-controls.h"
#include "ivtv-mailbox.h"
static int ivtv_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt)
{ … }
static int ivtv_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
{ … }
static int ivtv_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
{ … }
static int ivtv_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
{ … }
const struct cx2341x_handler_ops ivtv_cxhdl_ops = …;
int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame)
{ … }
static int ivtv_g_volatile_ctrl(struct v4l2_ctrl *ctrl)
{ … }
static int ivtv_s_ctrl(struct v4l2_ctrl *ctrl)
{ … }
const struct v4l2_ctrl_ops ivtv_hdl_out_ops = …;