Searched refs:store (Results 1 – 1 of 1) sorted by relevance
41 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); member82 if (!attribute->store) in foo_attr_store()85 return attribute->store(foo, attribute, buf, len); in foo_attr_store()91 .store = foo_attr_store,