Lines Matching defs:store
93 ssize_t(*store) (struct edac_pci_ctl_info *, const char *, size_t);
108 /* Function to 'store' fields into the edac_pci 'instance' structure */
116 if (instance_attr->store)
117 return instance_attr->store(pci, buffer, count);
124 .store = edac_pci_instance_store
131 .store = _store, \
213 /* simple show/store functions for attributes */
234 ssize_t(*store) (void *, const char *, size_t);
237 /* Set of show/store abstract level functions for PCI Parity object */
256 if (edac_pci_dev->store)
257 return edac_pci_dev->store(edac_pci_dev->value, buffer, count);
263 .store = edac_pci_dev_store
271 .store = _store, \
279 .store = _store, \