Searched refs:b_show (Results 1 – 2 of 2) sorted by relevance
| /linux/samples/kobject/ |
| H A D | kobject-example.c | 54 static ssize_t b_show(struct kobject *kobj, struct kobj_attribute *attr, in b_show() function 83 __ATTR(baz, 0664, b_show, b_store); 85 __ATTR(bar, 0664, b_show, b_store);
|
| H A D | kset-example.c | 139 static ssize_t b_show(struct foo_obj *foo_obj, const struct foo_attribute *attr, in b_show() function 168 __ATTR(baz, 0664, b_show, b_store); 170 __ATTR(bar, 0664, b_show, b_store);
|