Lines Matching defs:store
28 * Set of edac_device_ctl_info attribute store/show functions
82 /* 'poll_msec' show and store functions*/
110 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t);
128 /* Function to 'store' fields into the edac_dev 'ctl_info' structure */
136 if (ctl_info_attr->store)
137 return ctl_info_attr->store(edac_dev, buffer, count);
144 .store = edac_dev_ctl_info_store
151 .store = _store, \
342 ssize_t(*store) (struct edac_device_instance *, const char *, size_t);
357 /* Function to 'store' fields into the edac_dev 'instance' structure */
365 if (instance_attr->store)
366 return instance_attr->store(instance, buffer, count);
373 .store = edac_dev_instance_store
380 .store = _store, \
460 /* Function to 'store' fields into the edac_dev 'block' structure */
469 if (block_attr->store)
470 return block_attr->store(kobj, attr, buffer, count);
477 .store = edac_dev_block_store
484 .store = _store, \