Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dbuffers.c10 static u_char synth_buffer[SYNTH_BUF_SIZE]; /* guess what this is for! */ variable
11 static u_char *buff_in = synth_buffer;
12 static u_char *buff_out = synth_buffer;
13 static u_char *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1;
78 buff_in = synth_buffer; in synth_buffer_add()
89 buff_out = synth_buffer; in synth_buffer_getc()
104 buff_in = synth_buffer; in synth_buffer_clear()
105 buff_out = synth_buffer; in synth_buffer_clear()