synth_immediate    29 drivers/staging/speakup/speakup_acntpc.c static const char *synth_immediate(struct spk_synth *synth, const char *buf);
synth_immediate   111 drivers/staging/speakup/speakup_acntpc.c 	.synth_immediate = synth_immediate,
synth_immediate    97 drivers/staging/speakup/speakup_acntsa.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   122 drivers/staging/speakup/speakup_acntsa.c 		synth->synth_immediate(synth, "\033=R\r");
synth_immediate   106 drivers/staging/speakup/speakup_apollo.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   101 drivers/staging/speakup/speakup_audptr.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   132 drivers/staging/speakup/speakup_audptr.c 	synth->synth_immediate(synth, "\x05[Q]");
synth_immediate    94 drivers/staging/speakup/speakup_bns.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   121 drivers/staging/speakup/speakup_decext.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   218 drivers/staging/speakup/speakup_decext.c 	synth->synth_immediate(synth, "\033P;10z\033\\");
synth_immediate   129 drivers/staging/speakup/speakup_decpc.c static const char *synth_immediate(struct spk_synth *synth, const char *buf);
synth_immediate   215 drivers/staging/speakup/speakup_decpc.c 	.synth_immediate = synth_immediate,
synth_immediate   127 drivers/staging/speakup/speakup_dectlk.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate    28 drivers/staging/speakup/speakup_dtlk.c static const char *synth_immediate(struct spk_synth *synth, const char *buf);
synth_immediate   126 drivers/staging/speakup/speakup_dtlk.c 	.synth_immediate = synth_immediate,
synth_immediate   280 drivers/staging/speakup/speakup_dtlk.c 	synth_immediate(synth, "\x18\x01?");
synth_immediate    97 drivers/staging/speakup/speakup_dummy.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate    28 drivers/staging/speakup/speakup_keypc.c static const char *synth_immediate(struct spk_synth *synth, const char *buf);
synth_immediate   102 drivers/staging/speakup/speakup_keypc.c 	.synth_immediate = synth_immediate,
synth_immediate   108 drivers/staging/speakup/speakup_ltlk.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   133 drivers/staging/speakup/speakup_ltlk.c 	synth->synth_immediate(synth, "\x18\x01?");
synth_immediate   130 drivers/staging/speakup/speakup_soft.c 	.synth_immediate = NULL,
synth_immediate    99 drivers/staging/speakup/speakup_spkout.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate    93 drivers/staging/speakup/speakup_txprt.c 	.synth_immediate = spk_ttyio_synth_immediate,
synth_immediate   186 drivers/staging/speakup/spk_types.h 	const char *(*synth_immediate)(struct spk_synth *synth,