Searched defs:foo_attribute (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/samples/kobject/ |
| D | kset-example.c | 38 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
|
| D | kobject-example.c | 47 static struct kobj_attribute foo_attribute = variable
|
| /kernel/linux/linux-6.6/samples/kobject/ |
| D | kset-example.c | 38 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
|
| D | kobject-example.c | 47 static struct kobj_attribute foo_attribute = variable
|