Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Di18n.h73 MSG_CTL_START, enumerator
74 MSG_CTL_SHIFT = MSG_CTL_START,
Di18n.c358 .start = MSG_CTL_START,
Dmain.c1160 static const int NUM_CTL_LABELS = (MSG_CTL_END - MSG_CTL_START + 1);
1193 synth_printf("%s", spk_msg_get(MSG_CTL_START + value)); in do_handle_shift()