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