Home
last modified time | relevance | path

Searched defs:foo_attribute (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/samples/kobject/
H A Dkset-example.c38 struct foo_attribute { struct
40 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); argument
41 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); argument
131 static struct foo_attribute foo_attribute = variable
H A Dkobject-example.c47 static struct kobj_attribute foo_attribute = variable