Searched refs:spkup_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 119 static void spkup_write(const char *in_buf, int count); 603 spkup_write(buf, cnt); in say_word() 778 spkup_write(buf, i); in say_line() 830 spkup_write(buf, i); in say_from_to() 868 spkup_write(sentmarks[bn][num], sentbufend[bn] - sentmarks[bn][num]); in say_sentence_num() 1070 static void spkup_write(const char *in_buf, int count) in spkup_write() function 1639 spkup_write(speakup_console[vc_num]->ht.highbuf[hc], in speak_highlight() 1739 spkup_write(str, len); in speakup_con_write() 1914 spkup_write(&ch, 1); in handle_goto() 1921 spkup_write(&ch, 1); in handle_goto()
|