Symbol: cx2341x_mpeg_params
drivers/media/common/cx2341x.c
1000
void cx2341x_fill_defaults(struct cx2341x_mpeg_params *p)
drivers/media/common/cx2341x.c
1025
const struct cx2341x_mpeg_params *old,
drivers/media/common/cx2341x.c
1026
const struct cx2341x_mpeg_params *new)
drivers/media/common/cx2341x.c
1187
static const char *cx2341x_menu_item(const struct cx2341x_mpeg_params *p, u32 id)
drivers/media/common/cx2341x.c
1206
void cx2341x_log_status(const struct cx2341x_mpeg_params *p, const char *prefix)
drivers/media/common/cx2341x.c
208
static const struct cx2341x_mpeg_params default_params = {
drivers/media/common/cx2341x.c
265
static int cx2341x_get_ctrl(const struct cx2341x_mpeg_params *params,
drivers/media/common/cx2341x.c
379
static int cx2341x_set_ctrl(struct cx2341x_mpeg_params *params, int busy,
drivers/media/common/cx2341x.c
571
int cx2341x_ctrl_query(const struct cx2341x_mpeg_params *params,
drivers/media/common/cx2341x.c
843
const char * const *cx2341x_ctrl_get_menu(const struct cx2341x_mpeg_params *p, u32 id)
drivers/media/common/cx2341x.c
896
static void cx2341x_calc_audio_properties(struct cx2341x_mpeg_params *params)
drivers/media/common/cx2341x.c
950
int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, int busy,
drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h
339
struct cx2341x_mpeg_params enc_cur_state;
drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h
340
struct cx2341x_mpeg_params enc_ctl_state;
include/media/drv-intf/cx2341x.h
82
const struct cx2341x_mpeg_params *old,
include/media/drv-intf/cx2341x.h
83
const struct cx2341x_mpeg_params *new);
include/media/drv-intf/cx2341x.h
84
int cx2341x_ctrl_query(const struct cx2341x_mpeg_params *params,
include/media/drv-intf/cx2341x.h
86
const char * const *cx2341x_ctrl_get_menu(const struct cx2341x_mpeg_params *p, u32 id);
include/media/drv-intf/cx2341x.h
87
int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, int busy,
include/media/drv-intf/cx2341x.h
89
void cx2341x_fill_defaults(struct cx2341x_mpeg_params *p);
include/media/drv-intf/cx2341x.h
90
void cx2341x_log_status(const struct cx2341x_mpeg_params *p, const char *prefix);