Searched refs:synth_immediate (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/drivers/accessibility/speakup/ |
D | speakup_keypc.c | 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 111 .synth_immediate = synth_immediate, 152 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() function
|
D | speakup_acntpc.c | 29 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 120 .synth_immediate = synth_immediate, 149 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() function
|
D | speakup_dtlk.c | 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 136 .synth_immediate = synth_immediate, 247 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() function 290 synth_immediate(synth, "\x18\x01?"); in synth_interrogate()
|
D | speakup_decpc.c | 129 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 230 .synth_immediate = synth_immediate, 447 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() function
|
D | speakup_acntsa.c | 107 .synth_immediate = spk_ttyio_synth_immediate, 132 synth->synth_immediate(synth, "\033=R\r"); in synth_probe()
|
D | speakup_audptr.c | 110 .synth_immediate = spk_ttyio_synth_immediate, 141 synth->synth_immediate(synth, "\x05[Q]"); in synth_version()
|
D | speakup_ltlk.c | 119 .synth_immediate = spk_ttyio_synth_immediate, 144 synth->synth_immediate(synth, "\x18\x01?"); in synth_interrogate()
|
D | speakup_decext.c | 134 .synth_immediate = spk_ttyio_synth_immediate, 231 synth->synth_immediate(synth, "\033P;10z\033\\"); in synth_flush()
|
D | speakup_bns.c | 103 .synth_immediate = spk_ttyio_synth_immediate,
|
D | speakup_txprt.c | 108 .synth_immediate = spk_ttyio_synth_immediate,
|
D | speakup_spkout.c | 110 .synth_immediate = spk_ttyio_synth_immediate,
|
D | speakup_dummy.c | 123 .synth_immediate = spk_ttyio_synth_immediate,
|
D | spk_types.h | 193 const char *(*synth_immediate)(struct spk_synth *synth, member
|
D | speakup_apollo.c | 119 .synth_immediate = spk_ttyio_synth_immediate,
|
D | speakup_dectlk.c | 143 .synth_immediate = spk_ttyio_synth_immediate,
|
D | speakup_soft.c | 144 .synth_immediate = NULL,
|