Searched defs:foo_obj (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/samples/kobject/ |
| H A D | kset-example.c | 29 struct foo_obj { struct 112 static ssize_t foo_show(struct foo_obj *foo_ob argument 118 foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, const char *buf, size_t count) foo_store() argument 138 b_show(struct foo_obj *foo_obj, struct foo_attribute *attr, char *buf) b_show() argument 150 b_store(struct foo_obj *foo_obj, struct foo_attribute *attr, const char *buf, size_t count) b_store() argument 195 static struct foo_obj *foo_obj; global() variable [all...] |
| /kernel/linux/linux-6.6/samples/kobject/ |
| H A D | kset-example.c | 29 struct foo_obj { struct 112 static ssize_t foo_show(struct foo_obj *foo_ob argument 118 foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, const char *buf, size_t count) foo_store() argument 138 b_show(struct foo_obj *foo_obj, struct foo_attribute *attr, char *buf) b_show() argument 150 b_store(struct foo_obj *foo_obj, struct foo_attribute *attr, const char *buf, size_t count) b_store() argument 195 static struct foo_obj *foo_obj; global() variable [all...] |
Completed in 1 milliseconds