Home
last modified time | relevance | path

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

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