Searched refs:punc_level (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_dtlk.h | 45 u_char punc_level; /* nB; 0-7 */ member
|
H A D | speakup_dtlk.c | 300 status.punc_level = *t++; in synth_interrogate()
|
H A D | kobjects.c | 908 __ATTR(punc_level, 0644, spk_var_show, spk_var_store);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dtlk.h | 70 unsigned char punc_level; /* nB; 0-7 */ member
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup_dtlk.h | 45 u_char punc_level; /* nB; 0-7 */ member
|
H A D | speakup_dtlk.c | 310 status.punc_level = *t++; in synth_interrogate()
|
H A D | kobjects.c | 908 __ATTR(punc_level, 0644, spk_var_show, spk_var_store);
|
H 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, not reviewed.");
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dtlk.h | 70 unsigned char punc_level; /* nB; 0-7 */ member
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | dtlk.c | 548 status.punc_level = *t++; in dtlk_interrogate()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | dtlk.c | 548 status.punc_level = *t++; in dtlk_interrogate()
|
Completed in 10 milliseconds