/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | spk_priv.h | 52 int spk_serial_synth_probe(struct spk_synth *synth); 53 int spk_ttyio_synth_probe(struct spk_synth *synth); 54 const char *spk_serial_synth_immediate(struct spk_synth *synth, 56 const char *spk_ttyio_synth_immediate(struct spk_synth *synth, 58 void spk_do_catch_up(struct spk_synth *synth); 59 void spk_do_catch_up_unicode(struct spk_synth *synth); 60 void spk_synth_flush(struct spk_synth *synth); 61 unsigned char spk_synth_get_index(struct spk_synth *synth); 62 int spk_synth_is_alive_nop(struct spk_synth *synth); 63 int spk_synth_is_alive_restart(struct spk_synth *synth); [all …]
|
D | spk_types.h | 155 struct spk_synth; 158 int (*synth_out)(struct spk_synth *synth, const char ch); 159 int (*synth_out_unicode)(struct spk_synth *synth, u16 ch); 165 int (*wait_for_xmitr)(struct spk_synth *synth); 168 struct spk_synth { struct 190 int (*probe)(struct spk_synth *synth); argument 192 const char *(*synth_immediate)(struct spk_synth *synth, argument 194 void (*catch_up)(struct spk_synth *synth); argument 195 void (*flush)(struct spk_synth *synth); argument 196 int (*is_alive)(struct spk_synth *synth); argument [all …]
|
D | synth.c | 22 struct spk_synth *synth; 45 static int do_synth_init(struct spk_synth *in_synth); 54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up() 126 void spk_do_catch_up(struct spk_synth *synth) in spk_do_catch_up() 132 void spk_do_catch_up_unicode(struct spk_synth *synth) in spk_do_catch_up_unicode() 138 void spk_synth_flush(struct spk_synth *synth) in spk_synth_flush() 145 unsigned char spk_synth_get_index(struct spk_synth *synth) in spk_synth_get_index() 151 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop() 158 int spk_synth_is_alive_restart(struct spk_synth *synth) in spk_synth_is_alive_restart() 358 struct spk_synth *tmp, *synth = NULL; in synth_init() [all …]
|
D | spk_ttyio.c | 17 static struct spk_synth *spk_ttyio_synth; 36 static int get_dev_to_use(struct spk_synth *synth, dev_t *dev_no) in get_dev_to_use() 115 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch); 116 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch); 122 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth); 144 static int spk_ttyio_initialise_ldisc(struct spk_synth *synth) in spk_ttyio_initialise_ldisc() 222 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out() 250 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch) in spk_ttyio_out_unicode() 310 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth) in spk_ttyio_wait_for_xmitr() 368 int spk_ttyio_synth_probe(struct spk_synth *synth) in spk_ttyio_synth_probe() [all …]
|
D | speakup_keypc.c | 26 static int synth_probe(struct spk_synth *synth); 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 29 static void do_catch_up(struct spk_synth *synth); 30 static void synth_flush(struct spk_synth *synth); 85 static struct spk_synth synth_keypc = { 143 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 164 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 249 static void synth_flush(struct spk_synth *synth) in synth_flush() 254 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_acntpc.c | 27 static int synth_probe(struct spk_synth *synth); 29 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 30 static void do_catch_up(struct spk_synth *synth); 31 static void synth_flush(struct spk_synth *synth); 94 static struct spk_synth synth_acntpc = { 140 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 162 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 242 static void synth_flush(struct spk_synth *synth) in synth_flush() 247 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_audptr.c | 19 static int synth_probe(struct spk_synth *synth); 20 static void synth_flush(struct spk_synth *synth); 83 static struct spk_synth synth_audptr = { 120 static void synth_flush(struct spk_synth *synth) in synth_flush() 127 static void synth_version(struct spk_synth *synth) in synth_version() 145 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_dtlk.c | 26 static int synth_probe(struct spk_synth *synth); 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 29 static void do_catch_up(struct spk_synth *synth); 30 static void synth_flush(struct spk_synth *synth); 109 static struct spk_synth synth_dtlk = { 181 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 237 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 252 static void synth_flush(struct spk_synth *synth) in synth_flush() 273 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate() 316 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_decpc.c | 127 static int synth_probe(struct spk_synth *synth); 129 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 130 static void do_catch_up(struct spk_synth *synth); 131 static void synth_flush(struct spk_synth *synth); 202 static struct spk_synth synth_dec_pc = { 298 static void synth_flush(struct spk_synth *synth) in synth_flush() 363 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 436 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 450 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_dectlk.c | 32 static void do_catch_up(struct spk_synth *synth); 33 static void synth_flush(struct spk_synth *synth); 35 static unsigned char get_index(struct spk_synth *synth); 110 static struct spk_synth synth_dectlk = { 160 static unsigned char get_index(struct spk_synth *synth) in get_index() 196 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 285 static void synth_flush(struct spk_synth *synth) in synth_flush()
|
D | serialio.c | 29 static int spk_serial_out(struct spk_synth *in_synth, const char ch); 35 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth); 172 int spk_serial_synth_probe(struct spk_synth *synth) in spk_serial_synth_probe() 216 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth) in spk_serial_wait_for_xmitr() 283 static int spk_serial_out(struct spk_synth *in_synth, const char ch) in spk_serial_out() 292 const char *spk_serial_synth_immediate(struct spk_synth *synth, in spk_serial_synth_immediate()
|
D | speakup_decext.c | 36 static void do_catch_up(struct spk_synth *synth); 37 static void synth_flush(struct spk_synth *synth); 106 static struct spk_synth synth_decext = { 144 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 218 static void synth_flush(struct spk_synth *synth) in synth_flush()
|
D | speakup_ltlk.c | 19 static int synth_probe(struct spk_synth *synth); 90 static struct spk_synth synth_ltlk = { 128 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate() 149 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_soft.c | 26 static int softsynth_probe(struct spk_synth *synth); 28 static int softsynth_is_alive(struct spk_synth *synth); 29 static unsigned char get_index(struct spk_synth *synth); 116 static struct spk_synth synth_soft = { 348 static unsigned char get_index(struct spk_synth *synth) in get_index() 375 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe() 414 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive()
|
D | speakup_spkout.c | 19 static void synth_flush(struct spk_synth *synth); 81 static struct spk_synth synth_spkout = { 118 static void synth_flush(struct spk_synth *synth) in synth_flush()
|
D | speakup_acntsa.c | 20 static int synth_probe(struct spk_synth *synth); 79 static struct spk_synth synth_acntsa = { 116 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_apollo.c | 25 static void do_catch_up(struct spk_synth *synth); 88 static struct spk_synth synth_apollo = { 125 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
|
D | speakup.h | 93 extern struct spk_synth *synth;
|
D | speakup_bns.c | 76 static struct spk_synth synth_bns = {
|
D | speakup_txprt.c | 75 static struct spk_synth synth_txprt = {
|
D | speakup_dummy.c | 83 static struct spk_synth synth_dummy = {
|