Searched refs:synth_printf (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/speakup/ |
D | keyhelp.c | 120 synth_printf(" %s", spk_msg_get(MSG_STATES_START + i)); in say_key() 123 synth_printf(" %s\n", in say_key() 157 synth_printf("%s\n", spk_msg_get(MSG_LEAVING_HELP)); in spk_handle_help() 164 synth_printf(spk_msg_get(MSG_NO_COMMAND), ch); in spk_handle_help() 165 synth_printf("\n"); in spk_handle_help() 182 synth_printf("%s\n", spk_msg_get(MSG_HELP_INFO)); in spk_handle_help() 188 synth_printf("%s\n", in spk_handle_help() 205 synth_printf(spk_msg_get(MSG_KEYDESC), name); in spk_handle_help() 206 synth_printf("\n"); in spk_handle_help() 211 synth_printf("%s", name); in spk_handle_help() [all …]
|
D | main.c | 318 synth_printf("%s\n", spk_msg_get(MSG_IAM_ALIVE)); in speech_kill() 320 synth_printf("%s\n", spk_msg_get(MSG_YOU_KILLED_SPEAKUP)); in speech_kill() 329 synth_printf("%s\n", spk_msg_get(MSG_HEY_THATS_BETTER)); in speakup_off() 332 synth_printf("%s\n", spk_msg_get(MSG_YOU_TURNED_ME_OFF)); in speakup_off() 341 synth_printf("%s\n", spk_msg_get(MSG_UNPARKED)); in speakup_parked() 344 synth_printf("%s\n", spk_msg_get(MSG_PARKED)); in speakup_parked() 358 synth_printf("%s\n", spk_msg_get(MSG_MARK)); in speakup_cut() 364 synth_printf("%s\n", spk_msg_get(MSG_CUT)); in speakup_cut() 388 synth_printf("%s\n", spk_msg_get(MSG_MARK_CLEARED)); in speakup_paste() 390 synth_printf("%s\n", spk_msg_get(MSG_PASTE)); in speakup_paste() [all …]
|
D | synth.c | 185 synth_printf("%s", synth->init); in spk_synth_is_alive_restart() 223 synth_printf("%s", spk_pitch_buff); in spk_do_flush() 238 void synth_printf(const char *fmt, ...) in synth_printf() function 255 EXPORT_SYMBOL_GPL(synth_printf); 294 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index() 403 synth_printf("%s", synth->init); in do_synth_init() 408 synth_printf("%s found\n", synth->long_name); in do_synth_init()
|
D | spk_priv.h | 70 extern void synth_printf(const char *buf, ...);
|
D | varhandlers.c | 242 synth_printf("%s", cp); in spk_set_num_var()
|
D | kobjects.c | 423 synth_printf("%s", tmp); in synth_direct_store()
|