Home
last modified time | relevance | path

Searched refs:message_store (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
Dkobjects.c841 static ssize_t message_store(struct kobject *kobj, struct kobj_attribute *attr, in message_store() function
906 __ATTR(announcements, S_IWUSR|S_IRUGO, message_show, message_store);
914 __ATTR(ctl_keys, S_IWUSR|S_IRUGO, message_show, message_store);
916 __ATTR(colors, S_IWUSR|S_IRUGO, message_show, message_store);
918 __ATTR(formatted, S_IWUSR|S_IRUGO, message_show, message_store);
920 __ATTR(function_names, S_IWUSR|S_IRUGO, message_show, message_store);
922 __ATTR(key_names, S_IWUSR|S_IRUGO, message_show, message_store);
924 __ATTR(states, S_IWUSR|S_IRUGO, message_show, message_store);