Searched refs:b_store (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/samples/kobject/ |
D | kobject-example.c | 68 static ssize_t b_store(struct kobject *kobj, struct kobj_attribute *attr, in b_store() function 85 __ATTR(baz, 0664, b_show, b_store); 87 __ATTR(bar, 0664, b_show, b_store);
|
D | kset-example.c | 152 static ssize_t b_store(struct foo_obj *foo_obj, struct foo_attribute *attr, in b_store() function 169 __ATTR(baz, 0664, b_show, b_store); 171 __ATTR(bar, 0664, b_show, b_store);
|