Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddtlk.h10 #define DTLK_CLEAR 0x18 /* stops speech */ macro
/linux/drivers/char/
H A Ddtlk.c185 (ch == DTLK_CLEAR || dtlk_writeable())) { in dtlk_write()
362 dtlk_write_tts(DTLK_CLEAR); in dtlk_cleanup()
641 if (ch != DTLK_CLEAR) /* no flow control for CLEAR command */ in dtlk_write_tts()