Searched refs:punc_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/speakup/ |
D | kobjects.c | 490 static ssize_t punc_store(struct kobject *kobj, struct kobj_attribute *attr, in punc_store() function 865 __ATTR(delimiters, S_IWUSR|S_IRUGO, punc_show, punc_store); 867 __ATTR(ex_num, S_IWUSR|S_IRUGO, punc_show, punc_store); 869 __ATTR(punc_all, S_IWUSR|S_IRUGO, punc_show, punc_store); 871 __ATTR(punc_most, S_IWUSR|S_IRUGO, punc_show, punc_store); 873 __ATTR(punc_some, S_IWUSR|S_IRUGO, punc_show, punc_store); 875 __ATTR(repeats, S_IWUSR|S_IRUGO, punc_show, punc_store);
|