Home
last modified time | relevance | path

Searched refs:synth_buffer (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dbuffers.c11 static u16 synth_buffer[SYNTH_BUF_SIZE]; /* guess what this is for! */ variable
12 static u16 *buff_in = synth_buffer;
13 static u16 *buff_out = synth_buffer;
14 static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1;
79 buff_in = synth_buffer; in synth_buffer_add()
94 buff_out = synth_buffer; in synth_buffer_getc()
114 buff_out = synth_buffer; in synth_buffer_skip_nonlatin1()
121 buff_in = synth_buffer; in synth_buffer_clear()
122 buff_out = synth_buffer; in synth_buffer_clear()