Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/accessibility/speakup/ !
Dserialio.c35 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth);
44 .wait_for_xmitr = spk_serial_wait_for_xmitr,
216 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth) in spk_serial_wait_for_xmitr() function
285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) { in spk_serial_out()
300 if (spk_serial_wait_for_xmitr(synth)) in spk_serial_synth_immediate()