Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dbuffers.c56 int synth_buffer_empty(void) in synth_buffer_empty() function
60 EXPORT_SYMBOL_GPL(synth_buffer_empty);
Dspeakup_soft.c219 if (!synth_buffer_empty() || speakup_info.flushing) in softsynth_read()
241 } else if (synth_buffer_empty()) { in softsynth_read()
256 empty = synth_buffer_empty(); in softsynth_read()
291 if (!synth_buffer_empty() || speakup_info.flushing) in softsynth_poll()
Dthread.c35 !synth_buffer_empty())); in speakup_thread()
Dspk_priv.h57 int synth_buffer_empty(void);
Dspeakup_apollo.c167 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_decext.c182 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_keypc.c205 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_acntpc.c204 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_dectlk.c246 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_dtlk.c216 if (synth_buffer_empty()) { in do_catch_up()
Dspeakup_decpc.c398 if (synth_buffer_empty()) { in do_catch_up()
Dsynth.c111 if (synth_buffer_empty()) { in spk_do_catch_up()