Symbol: synth_immediate
drivers/accessibility/speakup/speakup_acntpc.c
120
.synth_immediate = synth_immediate,
drivers/accessibility/speakup/speakup_acntpc.c
29
static const char *synth_immediate(struct spk_synth *synth, const char *buf);
drivers/accessibility/speakup/speakup_acntsa.c
107
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_acntsa.c
132
synth->synth_immediate(synth, "\033=R\r");
drivers/accessibility/speakup/speakup_apollo.c
119
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_audptr.c
110
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_audptr.c
141
synth->synth_immediate(synth, "\x05[Q]");
drivers/accessibility/speakup/speakup_bns.c
103
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_decext.c
134
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_decext.c
231
synth->synth_immediate(synth, "\033P;10z\033\\");
drivers/accessibility/speakup/speakup_decpc.c
129
static const char *synth_immediate(struct spk_synth *synth, const char *buf);
drivers/accessibility/speakup/speakup_decpc.c
230
.synth_immediate = synth_immediate,
drivers/accessibility/speakup/speakup_dectlk.c
143
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_dtlk.c
136
.synth_immediate = synth_immediate,
drivers/accessibility/speakup/speakup_dtlk.c
28
static const char *synth_immediate(struct spk_synth *synth, const char *buf);
drivers/accessibility/speakup/speakup_dtlk.c
290
synth_immediate(synth, "\x18\x01?");
drivers/accessibility/speakup/speakup_dummy.c
123
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_keypc.c
111
.synth_immediate = synth_immediate,
drivers/accessibility/speakup/speakup_keypc.c
28
static const char *synth_immediate(struct spk_synth *synth, const char *buf);
drivers/accessibility/speakup/speakup_ltlk.c
119
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_ltlk.c
144
synth->synth_immediate(synth, "\x18\x01?");
drivers/accessibility/speakup/speakup_soft.c
144
.synth_immediate = NULL,
drivers/accessibility/speakup/speakup_spkout.c
110
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/speakup_txprt.c
108
.synth_immediate = spk_ttyio_synth_immediate,
drivers/accessibility/speakup/spk_types.h
193
const char *(*synth_immediate)(struct spk_synth *synth,