Home
last modified time | relevance | path

Searched refs:attrib_spec (Results 1 – 1 of 1) sorted by relevance

/drivers/edac/
Dedac_device.c73 struct edac_dev_sysfs_block_attribute *attrib_spec, unsigned nr_attrib, in edac_device_alloc_ctl_info() argument
187 if ((nr_attrib == 0) || (attrib_spec == NULL)) in edac_device_alloc_ctl_info()
209 attrib->attr = attrib_spec[attr].attr; in edac_device_alloc_ctl_info()
210 attrib->show = attrib_spec[attr].show; in edac_device_alloc_ctl_info()
211 attrib->store = attrib_spec[attr].store; in edac_device_alloc_ctl_info()
217 &attrib_spec[attr], in edac_device_alloc_ctl_info()
218 attrib_spec[attr].attr.name in edac_device_alloc_ctl_info()