Searched refs:foo_store (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/samples/kobject/ |
H A D | kobject-example.c | 34 static ssize_t foo_store(struct kobject *kobj, struct kobj_attribute *attr, in foo_store() function 48 __ATTR(foo, 0664, foo_show, foo_store);
|
H A D | kset-example.c | 118 static ssize_t foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, in foo_store() function 132 __ATTR(foo, 0664, foo_show, foo_store);
|
/kernel/linux/linux-6.6/samples/kobject/ |
H A D | kobject-example.c | 34 static ssize_t foo_store(struct kobject *kobj, struct kobj_attribute *attr, in foo_store() function 48 __ATTR(foo, 0664, foo_show, foo_store);
|
H A D | kset-example.c | 118 static ssize_t foo_store(struct foo_obj *foo_obj, struct foo_attribute *attr, in foo_store() function 132 __ATTR(foo, 0664, foo_show, foo_store);
|
Completed in 2 milliseconds