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, \
342 ssize_t(*store) (struct edac_device_instance *, const char *, size_t); member
365 if (instance_attr->store) in edac_dev_instance_store()
366 return instance_attr->store(instance, buffer, count); in edac_dev_instance_store()
373 .store = edac_dev_instance_store
380 .store = _store, \
468 if (block_attr->store) in edac_dev_block_store()
469 return block_attr->store(kobj, attr, buffer, count); in edac_dev_block_store()
476 .store = edac_dev_block_store
483 .store = _store, \