Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds