Searched refs:synth_immediate (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/staging/speakup/ | 
| D | speakup_dtlk.c | 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 126 	.synth_immediate = synth_immediate, 237 static const char *synth_immediate(struct spk_synth *synth, const char *buf)  in synth_immediate()  function 280 	synth_immediate(synth, "\x18\x01?");  in synth_interrogate()
  | 
| D | speakup_keypc.c | 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 102 	.synth_immediate = synth_immediate, 143 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); 111 	.synth_immediate = synth_immediate, 140 static const char *synth_immediate(struct spk_synth *synth, const char *buf)  in synth_immediate()  function
  | 
| D | speakup_decpc.c | 129 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 215 	.synth_immediate = synth_immediate, 432 static const char *synth_immediate(struct spk_synth *synth, const char *buf)  in synth_immediate()  function
  | 
| D | speakup_acntsa.c | 97 	.synth_immediate = spk_ttyio_synth_immediate, 122 		synth->synth_immediate(synth, "\033=R\r");  in synth_probe()
  | 
| D | speakup_audptr.c | 101 	.synth_immediate = spk_ttyio_synth_immediate, 132 	synth->synth_immediate(synth, "\x05[Q]");  in synth_version()
  | 
| D | speakup_ltlk.c | 108 	.synth_immediate = spk_ttyio_synth_immediate, 133 	synth->synth_immediate(synth, "\x18\x01?");  in synth_interrogate()
  | 
| D | speakup_decext.c | 121 	.synth_immediate = spk_ttyio_synth_immediate, 218 	synth->synth_immediate(synth, "\033P;10z\033\\");  in synth_flush()
  | 
| D | speakup_bns.c | 94 	.synth_immediate = spk_ttyio_synth_immediate,
  | 
| D | speakup_dummy.c | 97 	.synth_immediate = spk_ttyio_synth_immediate,
  | 
| D | speakup_txprt.c | 93 	.synth_immediate = spk_ttyio_synth_immediate,
  | 
| D | speakup_spkout.c | 99 	.synth_immediate = spk_ttyio_synth_immediate,
  | 
| D | spk_types.h | 186 	const char *(*synth_immediate)(struct spk_synth *synth,  member
  | 
| D | speakup_apollo.c | 106 	.synth_immediate = spk_ttyio_synth_immediate,
  | 
| D | speakup_dectlk.c | 127 	.synth_immediate = spk_ttyio_synth_immediate,
  | 
| D | speakup_soft.c | 130 	.synth_immediate = NULL,
  |