Searched refs:punc_level (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | dtlk.h | 70 unsigned char punc_level; /* nB; 0-7 */ member
|
/linux-6.3-rc2/drivers/accessibility/speakup/ |
A D | speakup_dtlk.h | 45 u_char punc_level; /* nB; 0-7 */ member
|
A D | speakup_dtlk.c | 310 status.punc_level = *t++; in synth_interrogate()
|
A D | kobjects.c | 908 __ATTR(punc_level, 0644, spk_var_show, spk_var_store);
|
A D | main.c | 2475 module_param_named(punc_level, spk_vars[PUNC_LEVEL_ID].u.n.default_val, int, 0444); 2489 MODULE_PARM_DESC(punc_level, "Controls the level of punctuation spoken as the screen is displayed, …
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-driver-speakup | 91 punc_level is set to four. 93 What: /sys/accessibility/speakup/punc_level 102 punc_level. Also note that if punc_level is set to zero, and 110 punc_level is set to two. 116 punc_level is set to one. 121 Description: Almost the same as punc_level, the differences being that 359 TODO: How is this related to speakup's punc_level, or
|
/linux-6.3-rc2/drivers/char/ |
A D | dtlk.c | 548 status.punc_level = *t++; in dtlk_interrogate()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | spkguide.txt | 377 /speakup/punc_level 444 echo 0 >/speakup/punc_level 451 echo 1 >/speakup/punc_level 458 echo 2 >/speakup/punc_level 465 echo 3 >/speakup/punc_level
|
Completed in 19 milliseconds