Searched refs:b_show (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/samples/kobject/ |
D | kobject-example.c | 50 static ssize_t b_show(struct kobject *kobj, struct kobj_attribute *attr, in b_show() function 76 __ATTR(baz, 0666, b_show, b_store); 78 __ATTR(bar, 0666, b_show, b_store);
|
D | kset-example.c | 134 static ssize_t b_show(struct foo_obj *foo_obj, struct foo_attribute *attr, in b_show() function 160 __ATTR(baz, 0666, b_show, b_store); 162 __ATTR(bar, 0666, b_show, b_store);
|