Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dbuffers.c56 int synth_buffer_empty(void) in synth_buffer_empty() function
60 EXPORT_SYMBOL_GPL(synth_buffer_empty);
Dspeakup_soft.c218 if (!synth_buffer_empty() || speakup_info.flushing) in softsynth_read()
240 } else if (synth_buffer_empty()) { in softsynth_read()
260 empty = synth_buffer_empty(); in softsynth_read()
301 if (!synth_buffer_empty() || speakup_info.flushing) in softsynth_poll()
Dthread.c34 !synth_buffer_empty())); in speakup_thread()
Dspk_priv.h57 extern int synth_buffer_empty(void);
Dspeakup_apollo.c167 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_decext.c181 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_dectlk.c244 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_keypc.c203 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_acntpc.c202 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_dtlk.c215 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_decpc.c393 if (synth_buffer_empty()) { in do_catch_up()
Dsynth.c99 if (synth_buffer_empty()) { in spk_do_catch_up()