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, \
340 ssize_t(*store) (struct edac_device_instance *, const char *, size_t); member
363 if (instance_attr->store) in edac_dev_instance_store()
364 return instance_attr->store(instance, buffer, count); in edac_dev_instance_store()
371 .store = edac_dev_instance_store
378 .store = _store, \
467 if (block_attr->store) in edac_dev_block_store()
468 return block_attr->store(kobj, attr, buffer, count); in edac_dev_block_store()
475 .store = edac_dev_block_store
482 .store = _store, \