Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dkobjects.c846 static ssize_t message_store(struct kobject *kobj, struct kobj_attribute *attr, in message_store() function
913 __ATTR(announcements, S_IWUSR | S_IRUGO, message_show, message_store);
921 __ATTR(ctl_keys, S_IWUSR | S_IRUGO, message_show, message_store);
923 __ATTR(colors, S_IWUSR | S_IRUGO, message_show, message_store);
925 __ATTR(formatted, S_IWUSR | S_IRUGO, message_show, message_store);
927 __ATTR(function_names, S_IWUSR | S_IRUGO, message_show, message_store);
929 __ATTR(key_names, S_IWUSR | S_IRUGO, message_show, message_store);
931 __ATTR(states, S_IWUSR | S_IRUGO, message_show, message_store);
/drivers/auxdisplay/
Dimg-ascii-lcd.c336 static ssize_t message_store(struct device *dev, struct device_attribute *attr, in message_store() function