Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddtlk.h15 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a macro
/linux-5.19.10/drivers/accessibility/speakup/
Dspeakup_dtlk.h7 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a macro
Dspeakup_dtlk.c148 return (synth_status & TTS_READABLE) != 0; in synth_readable()
/linux-5.19.10/drivers/char/
Ddtlk.c575 } while ((portval & TTS_READABLE) == 0 && in dtlk_read_tts()
587 } while ((portval & TTS_READABLE) != 0 && in dtlk_read_tts()