Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dserialio.c214 int spk_wait_for_xmitr(struct spk_synth *in_synth) in spk_wait_for_xmitr() function
283 if (in_synth->alive && spk_wait_for_xmitr(in_synth)) { in spk_serial_out()
298 if (spk_wait_for_xmitr(synth)) in spk_serial_synth_immediate()
Dspk_priv.h39 int spk_wait_for_xmitr(struct spk_synth *in_synth);
Dsynth.c162 if (spk_wait_for_xmitr(synth) > 0) { in spk_synth_is_alive_restart()