Searched refs:foo_store (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/samples/kobject/ |
D | kobject-example.c | 36 static ssize_t foo_store(struct kobject *kobj, struct kobj_attribute *attr, in foo_store() function 50 __ATTR(foo, 0664, foo_show, foo_store);
|
D | kset-example.c | 120 static ssize_t foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, in foo_store() function 134 __ATTR(foo, 0664, foo_show, foo_store);
|