Searched defs:foo_obj (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/samples/kobject/ |
D | kset-example.c | 31 struct foo_obj { struct 37 #define to_foo_obj(x) container_of(x, struct foo_obj, kobj) argument 114 static ssize_t foo_show(struct foo_obj *foo_obj, struct foo_attribute *attr, in foo_show() 120 static ssize_t foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, in foo_store() 134 static ssize_t b_show(struct foo_obj *foo_obj, struct foo_attribute *attr, in b_show() 146 static ssize_t b_store(struct foo_obj *foo_obj, struct foo_attribute *attr, in b_store() 187 static struct foo_obj *foo_obj; variable
|