#include <linux/kernel.h>
#include <linux/slab.h>
#include "cx18-driver.h"
#include "cx18-cards.h"
#include "cx18-ioctl.h"
#include "cx18-audio.h"
#include "cx18-mailbox.h"
#include "cx18-controls.h"
static int cx18_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt)
{ … }
static int cx18_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
{ … }
static int cx18_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
{ … }
static int cx18_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
{ … }
const struct cx2341x_handler_ops cx18_cxhdl_ops = …;