cx2341x_handler
static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl)
return container_of(ctrl->handler, struct cx2341x_handler, hdl);
static int cx2341x_hdl_api(struct cx2341x_handler *hdl,
struct cx2341x_handler *hdl = to_cxhdl(ctrl);
struct cx2341x_handler *hdl = to_cxhdl(ctrl);
int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz)
int cx2341x_handler_setup(struct cx2341x_handler *cxhdl)
void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy)
static int cx18_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
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)
struct cx2341x_handler cxhdl;
struct cx2341x_handler cxhdl;
struct cx2341x_handler cxhdl;
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)
struct cx2341x_handler cxhdl;
static int cx231xx_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
static int cx231xx_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
struct cx2341x_handler mpeg_ctrl_handler;
int (*s_video_encoding)(struct cx2341x_handler *hdl, u32 val);
int (*s_stream_vbi_fmt)(struct cx2341x_handler *hdl, u32 val);
int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz);
int cx2341x_handler_setup(struct cx2341x_handler *cxhdl);
void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);
struct cx2341x_handler;
int (*s_audio_sampling_freq)(struct cx2341x_handler *hdl, u32 val);
int (*s_audio_mode)(struct cx2341x_handler *hdl, u32 val);