Lines Matching refs:synth
52 module_param_named(synth, synth_name, charp, 0444);
55 MODULE_PARM_DESC(synth, "Synth to start if speakup is built in.");
296 if (synth) in speakup_shut_up()
302 char val = synth->is_alive(synth); in speech_kill()
1168 if (!synth || up_flag || spk_killed) in do_handle_shift()
1206 if (!synth || spk_killed) { in do_handle_latin()
1399 if ((vc->vc_num != fg_console) || !synth || spk_shut_up) in read_all_doc()
1517 if (!synth || up_flag || spk_shut_up) { in pre_handle_cursor()
1539 if (!synth || up_flag || spk_shut_up || cursor_track == CT_Off) { in do_handle_cursor()
1735 if (spk_shut_up || !synth) { in speakup_bs()
1752 if ((vc->vc_num != fg_console) || spk_shut_up || !synth) in speakup_con_write()
1781 if (!speakup_console[vc->vc_num] || spk_parked || !synth) in speakup_con_update()
1800 if (!synth || up_flag || spk_killed) in do_handle_spec()
2104 if (!synth) in speakup_key()