Lines Matching refs:store
110 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t); member
136 if (ctl_info_attr->store) in edac_dev_ctl_info_store()
137 return ctl_info_attr->store(edac_dev, buffer, count); in edac_dev_ctl_info_store()
144 .store = edac_dev_ctl_info_store
151 .store = _store, \
350 ssize_t(*store) (struct edac_device_instance *, const char *, size_t); member
373 if (instance_attr->store) in edac_dev_instance_store()
374 return instance_attr->store(instance, buffer, count); in edac_dev_instance_store()
381 .store = edac_dev_instance_store
388 .store = _store, \
476 if (block_attr->store) in edac_dev_block_store()
477 return block_attr->store(kobj, attr, buffer, count); in edac_dev_block_store()
484 .store = edac_dev_block_store
491 .store = _store, \