Searched refs:spk_set_mask_bits (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup.h | 63 int spk_set_mask_bits(const char *input, const int which, const int how);
|
H A D | varhandlers.c | 273 * spk_set_mask_bits sets or clears the punc/delim/repeat bits, 278 int spk_set_mask_bits(const char *input, const int which, const int how) in spk_set_mask_bits() function
|
H A D | kobjects.c | 535 x = spk_set_mask_bits(NULL, var->value, 3); in punc_store() 537 x = spk_set_mask_bits(punc_buf, var->value, 3); in punc_store()
|
H A D | main.c | 2370 spk_set_mask_bits(NULL, i, 2); in speakup_init()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup.h | 63 int spk_set_mask_bits(const char *input, const int which, const int how);
|
H A D | kobjects.c | 535 x = spk_set_mask_bits(NULL, var->value, 3); in punc_store() 537 x = spk_set_mask_bits(punc_buf, var->value, 3); in punc_store()
|
H A D | varhandlers.c | 279 * spk_set_mask_bits sets or clears the punc/delim/repeat bits, 284 int spk_set_mask_bits(const char *input, const int which, const int how) in spk_set_mask_bits() function
|
H A D | main.c | 2382 spk_set_mask_bits(NULL, i, 2); in speakup_init()
|
Completed in 11 milliseconds