Searched refs:punc_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/speakup/ |
D | kobjects.c | 489 static ssize_t punc_store(struct kobject *kobj, struct kobj_attribute *attr, in punc_store() function 864 __ATTR(delimiters, S_IWUSR|S_IRUGO, punc_show, punc_store); 866 __ATTR(ex_num, S_IWUSR|S_IRUGO, punc_show, punc_store); 868 __ATTR(punc_all, S_IWUSR|S_IRUGO, punc_show, punc_store); 870 __ATTR(punc_most, S_IWUSR|S_IRUGO, punc_show, punc_store); 872 __ATTR(punc_some, S_IWUSR|S_IRUGO, punc_show, punc_store); 874 __ATTR(repeats, S_IWUSR|S_IRUGO, punc_show, punc_store);
|