Searched refs:cx2341x_handler (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-controls.c25 static int ivtv_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt)
62 static int ivtv_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
76 static int ivtv_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
88 static int ivtv_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
H A Divtv-driver.h635 struct cx2341x_handler cxhdl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dcx2341x.h104 struct cx2341x_handler;
108 int (*s_audio_sampling_freq)(struct cx2341x_handler *hdl, u32 val);
110 int (*s_audio_mode)(struct cx2341x_handler *hdl, u32 val);
112 int (*s_video_encoding)(struct cx2341x_handler *hdl, u32 val);
114 int (*s_stream_vbi_fmt)(struct cx2341x_handler *hdl, u32 val);
117 struct cx2341x_handler { struct
193 int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
195 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz);
196 int cx2341x_handler_setup(struct cx2341x_handler *cxhdl);
197 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcx2341x.c1244 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl)
1246 return container_of(ctrl->handler, struct cx2341x_handler, hdl);
1249 static int cx2341x_hdl_api(struct cx2341x_handler *hdl,
1272 struct cx2341x_handler *hdl = to_cxhdl(ctrl);
1320 struct cx2341x_handler *hdl = to_cxhdl(ctrl);
1520 int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
1681 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz)
1688 int cx2341x_handler_setup(struct cx2341x_handler *cxhdl)
1712 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy)

Completed in 27 milliseconds