Searched defs:foo_attribute (Results 1 – 2 of 2) sorted by relevance
38 struct foo_attribute { struct40 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); argument41 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); argument131 static struct foo_attribute foo_attribute = variable
47 static struct kobj_attribute foo_attribute = variable