Symbol: st_var_header
drivers/accessibility/speakup/kobjects.c
461
struct st_var_header *p_header;
drivers/accessibility/speakup/kobjects.c
500
struct st_var_header *p_header;
drivers/accessibility/speakup/kobjects.c
547
struct st_var_header *param;
drivers/accessibility/speakup/kobjects.c
602
struct st_var_header *param;
drivers/accessibility/speakup/kobjects.c
622
struct st_var_header *param;
drivers/accessibility/speakup/main.c
1848
struct st_var_header *p_header;
drivers/accessibility/speakup/speakup.h
58
struct st_var_header *spk_get_var_header(enum var_id_t var_id);
drivers/accessibility/speakup/speakup.h
59
struct st_var_header *spk_var_header_by_name(const char *name);
drivers/accessibility/speakup/speakup.h
61
int spk_set_num_var(int val, struct st_var_header *var, int how);
drivers/accessibility/speakup/speakup.h
62
int spk_set_string_var(const char *page, struct st_var_header *var, int len);
drivers/accessibility/speakup/speakup_soft.c
29
static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var);
drivers/accessibility/speakup/speakup_soft.c
441
static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var)
drivers/accessibility/speakup/speakup_soft.c
443
struct st_var_header *punc_level_var;
drivers/accessibility/speakup/spk_types.h
198
int (*synth_adjust)(struct spk_synth *synth, struct st_var_header *var);
drivers/accessibility/speakup/varhandlers.c
124
struct st_var_header *p_header;
drivers/accessibility/speakup/varhandlers.c
131
struct st_var_header *spk_get_var_header(enum var_id_t var_id)
drivers/accessibility/speakup/varhandlers.c
133
struct st_var_header *p_header;
drivers/accessibility/speakup/varhandlers.c
144
struct st_var_header *spk_var_header_by_name(const char *name)
drivers/accessibility/speakup/varhandlers.c
182
int spk_set_num_var(int input, struct st_var_header *var, int how)
drivers/accessibility/speakup/varhandlers.c
254
int spk_set_string_var(const char *page, struct st_var_header *var, int len)
drivers/accessibility/speakup/varhandlers.c
54
static struct st_var_header *var_ptrs[MAXVARS] = { NULL, NULL, NULL };
drivers/accessibility/speakup/varhandlers.c
7
static struct st_var_header var_headers[] = {
drivers/accessibility/speakup/varhandlers.c
95
struct st_var_header *p_header;