Searched refs:cx2341x_handler (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/media/ |
D | cx2341x.h | 104 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-4.1.27/drivers/media/pci/cx18/ |
D | cx18-controls.c | 33 static int cx18_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt) in cx18_s_stream_vbi_fmt() 92 static int cx18_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val) in cx18_s_video_encoding() 106 static int cx18_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx) in cx18_s_audio_sampling_freq() 118 static int cx18_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val) in cx18_s_audio_mode()
|
D | cx18-driver.h | 600 struct cx2341x_handler cxhdl;
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-controls.c | 26 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() 77 static int ivtv_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx) in ivtv_s_audio_sampling_freq() 89 static int ivtv_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val) in ivtv_s_audio_mode()
|
D | ivtv-driver.h | 633 struct cx2341x_handler cxhdl;
|
/linux-4.1.27/drivers/media/common/ |
D | cx2341x.c | 1273 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl) in to_cxhdl() 1275 return container_of(ctrl->handler, struct cx2341x_handler, hdl); in to_cxhdl() 1278 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, in cx2341x_hdl_api() 1301 struct cx2341x_handler *hdl = to_cxhdl(ctrl); in cx2341x_try_ctrl() 1349 struct cx2341x_handler *hdl = to_cxhdl(ctrl); in cx2341x_s_ctrl() 1552 int cx2341x_handler_init(struct cx2341x_handler *cxhdl, in cx2341x_handler_init() 1713 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz) in cx2341x_handler_set_50hz() 1720 int cx2341x_handler_setup(struct cx2341x_handler *cxhdl) in cx2341x_handler_setup() 1744 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy) in cx2341x_handler_set_busy()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88.h | 570 struct cx2341x_handler cxhdl;
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885.h | 436 struct cx2341x_handler cxhdl;
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1877 static int cx231xx_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val) in cx231xx_s_video_encoding() 1891 static int cx231xx_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx) in cx231xx_s_audio_sampling_freq()
|
D | cx231xx.h | 615 struct cx2341x_handler mpeg_ctrl_handler;
|