cx2341x_handler  1295 drivers/media/common/cx2341x.c static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl)
cx2341x_handler  1297 drivers/media/common/cx2341x.c 	return container_of(ctrl->handler, struct cx2341x_handler, hdl);
cx2341x_handler  1300 drivers/media/common/cx2341x.c static int cx2341x_hdl_api(struct cx2341x_handler *hdl,
cx2341x_handler  1323 drivers/media/common/cx2341x.c 	struct cx2341x_handler *hdl = to_cxhdl(ctrl);
cx2341x_handler  1371 drivers/media/common/cx2341x.c 	struct cx2341x_handler *hdl = to_cxhdl(ctrl);
cx2341x_handler  1574 drivers/media/common/cx2341x.c int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
cx2341x_handler  1735 drivers/media/common/cx2341x.c void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz)
cx2341x_handler  1742 drivers/media/common/cx2341x.c int cx2341x_handler_setup(struct cx2341x_handler *cxhdl)
cx2341x_handler  1766 drivers/media/common/cx2341x.c void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy)
cx2341x_handler    19 drivers/media/pci/cx18/cx18-controls.c static int cx18_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt)
cx2341x_handler    75 drivers/media/pci/cx18/cx18-controls.c static int cx18_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
cx2341x_handler    92 drivers/media/pci/cx18/cx18-controls.c static int cx18_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
cx2341x_handler   104 drivers/media/pci/cx18/cx18-controls.c static int cx18_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
cx2341x_handler   586 drivers/media/pci/cx18/cx18-driver.h 	struct cx2341x_handler cxhdl;
cx2341x_handler   436 drivers/media/pci/cx23885/cx23885.h 	struct cx2341x_handler     cxhdl;
cx2341x_handler   559 drivers/media/pci/cx88/cx88.h 	struct cx2341x_handler     cxhdl;
cx2341x_handler    14 drivers/media/pci/ivtv/ivtv-controls.c static int ivtv_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt)
cx2341x_handler    51 drivers/media/pci/ivtv/ivtv-controls.c static int ivtv_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
cx2341x_handler    67 drivers/media/pci/ivtv/ivtv-controls.c static int ivtv_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
cx2341x_handler    79 drivers/media/pci/ivtv/ivtv-controls.c static int ivtv_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
cx2341x_handler   635 drivers/media/pci/ivtv/ivtv-driver.h 	struct cx2341x_handler cxhdl;
cx2341x_handler  1918 drivers/media/usb/cx231xx/cx231xx-417.c static int cx231xx_s_video_encoding(struct cx2341x_handler *cxhdl, u32 val)
cx2341x_handler  1934 drivers/media/usb/cx231xx/cx231xx-417.c static int cx231xx_s_audio_sampling_freq(struct cx2341x_handler *cxhdl, u32 idx)
cx2341x_handler   605 drivers/media/usb/cx231xx/cx231xx.h 	struct cx2341x_handler mpeg_ctrl_handler;
cx2341x_handler    92 include/media/drv-intf/cx2341x.h struct cx2341x_handler;
cx2341x_handler    96 include/media/drv-intf/cx2341x.h 	int (*s_audio_sampling_freq)(struct cx2341x_handler *hdl, u32 val);
cx2341x_handler    98 include/media/drv-intf/cx2341x.h 	int (*s_audio_mode)(struct cx2341x_handler *hdl, u32 val);
cx2341x_handler   100 include/media/drv-intf/cx2341x.h 	int (*s_video_encoding)(struct cx2341x_handler *hdl, u32 val);
cx2341x_handler   102 include/media/drv-intf/cx2341x.h 	int (*s_stream_vbi_fmt)(struct cx2341x_handler *hdl, u32 val);
cx2341x_handler   181 include/media/drv-intf/cx2341x.h int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
cx2341x_handler   183 include/media/drv-intf/cx2341x.h void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz);
cx2341x_handler   184 include/media/drv-intf/cx2341x.h int cx2341x_handler_setup(struct cx2341x_handler *cxhdl);
cx2341x_handler   185 include/media/drv-intf/cx2341x.h void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);