Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/drv-intf/
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, argument
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 *cxhdl, int busy);
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-controls.c28 static int cx18_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt) in cx18_s_stream_vbi_fmt()
84 static int cx18_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val) in cx18_s_video_encoding()
101 static int cx18_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx) in cx18_s_audio_sampling_freq()
113 static int cx18_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val) in cx18_s_audio_mode()
Dcx18-driver.h595 struct cx2341x_handler cxhdl;
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-controls.c26 static int ivtv_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt) in ivtv_s_stream_vbi_fmt()
63 static int ivtv_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val) in ivtv_s_video_encoding()
79 static int ivtv_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx) in ivtv_s_audio_sampling_freq()
91 static int ivtv_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val) in ivtv_s_audio_mode()
Divtv-driver.h635 struct cx2341x_handler cxhdl;
/Linux-v4.19/drivers/media/common/
Dcx2341x.c1269 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl) in to_cxhdl()
1271 return container_of(ctrl->handler, struct cx2341x_handler, hdl); in to_cxhdl()
1274 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, in cx2341x_hdl_api()
1297 struct cx2341x_handler *hdl = to_cxhdl(ctrl); in cx2341x_try_ctrl()
1345 struct cx2341x_handler *hdl = to_cxhdl(ctrl); in cx2341x_s_ctrl()
1548 int cx2341x_handler_init(struct cx2341x_handler *cxhdl, in cx2341x_handler_init()
1709 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz) in cx2341x_handler_set_50hz()
1716 int cx2341x_handler_setup(struct cx2341x_handler *cxhdl) in cx2341x_handler_setup()
1740 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy) in cx2341x_handler_set_busy()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88.h569 struct cx2341x_handler cxhdl;
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885.h446 struct cx2341x_handler cxhdl;
/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx.h618 struct cx2341x_handler mpeg_ctrl_handler;
Dcx231xx-417.c1908 static int cx231xx_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val) in cx231xx_s_video_encoding()
1924 static int cx231xx_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx) in cx231xx_s_audio_sampling_freq()