Searched refs:sysfs_attrib (Results 1 – 1 of 1) sorted by relevance
514 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_create_block() local548 sysfs_attrib = block->block_attributes; in edac_device_create_block()549 if (sysfs_attrib && block->nr_attribs) { in edac_device_create_block()550 for (i = 0; i < block->nr_attribs; i++, sysfs_attrib++) { in edac_device_create_block()553 sysfs_attrib->attr.name, in edac_device_create_block()554 sysfs_attrib, &block->kobj); in edac_device_create_block()558 &sysfs_attrib->attr); in edac_device_create_block()581 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_delete_block() local587 sysfs_attrib = block->block_attributes; in edac_device_delete_block()588 if (sysfs_attrib && block->nr_attribs) { in edac_device_delete_block()[all …]