Searched refs:spk_set_mask_bits (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/drivers/staging/speakup/ | 
| D | speakup.h | 66 extern int spk_set_mask_bits(const char *input, const int which, const int how);
  | 
| D | varhandlers.c | 273 int spk_set_mask_bits(const char *input, const int which, const int how)  in spk_set_mask_bits()  function
  | 
| D | kobjects.c | 525 		x = spk_set_mask_bits(NULL, var->value, 3);  in punc_store() 527 		x = spk_set_mask_bits(punc_buf, var->value, 3);  in punc_store()
  | 
| D | main.c | 2311 		spk_set_mask_bits(NULL, i, 2);  in speakup_init()
  |