Searched refs:message_store (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/speakup/ |
D | kobjects.c | 846 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/ |
D | img-ascii-lcd.c | 336 static ssize_t message_store(struct device *dev, struct device_attribute *attr, in message_store() function
|