Home
last modified time | relevance | path

Searched refs:store (Results 1 – 1 of 1) sorted by relevance

/samples/kobject/
Dkset-example.c41 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); member
82 if (!attribute->store) in foo_attr_store()
85 return attribute->store(foo, attribute, buf, len); in foo_attr_store()
91 .store = foo_attr_store,