foo_attribute 43 samples/kobject/kobject-example.c static struct kobj_attribute foo_attribute = foo_attribute 86 samples/kobject/kobject-example.c &foo_attribute.attr, foo_attribute 41 samples/kobject/kset-example.c ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); foo_attribute 42 samples/kobject/kset-example.c ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); foo_attribute 44 samples/kobject/kset-example.c #define to_foo_attr(x) container_of(x, struct foo_attribute, attr) foo_attribute 57 samples/kobject/kset-example.c struct foo_attribute *attribute; foo_attribute 77 samples/kobject/kset-example.c struct foo_attribute *attribute; foo_attribute 126 samples/kobject/kset-example.c static struct foo_attribute foo_attribute = foo_attribute 158 samples/kobject/kset-example.c static struct foo_attribute baz_attribute = foo_attribute 160 samples/kobject/kset-example.c static struct foo_attribute bar_attribute = foo_attribute 168 samples/kobject/kset-example.c &foo_attribute.attr,