Home
last modified time | relevance | path

Searched refs:cx2341x_handler (Results 1 – 2 of 2) sorted by relevance

/linux/include/media/drv-intf/
H A Dcx2341x.h92 struct cx2341x_handler;
96 int (*s_audio_sampling_freq)(struct cx2341x_handler *hdl, u32 val);
98 int (*s_audio_mode)(struct cx2341x_handler *hdl, u32 val);
100 int (*s_video_encoding)(struct cx2341x_handler *hdl, u32 val);
102 int (*s_stream_vbi_fmt)(struct cx2341x_handler *hdl, u32 val);
105 struct cx2341x_handler { struct
181 int cx2341x_handler_init(struct cx2341x_handler *cxhdl, argument
183 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz);
184 int cx2341x_handler_setup(struct cx2341x_handler *cxhdl);
185 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);
/linux/drivers/media/pci/cx88/
H A Dcx88.h560 struct cx2341x_handler cxhdl;