Searched refs:sysfs_attrib (Results 1 – 1 of 1) sorted by relevance
500 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_create_block() local534 sysfs_attrib = block->block_attributes; in edac_device_create_block()535 if (sysfs_attrib && block->nr_attribs) { in edac_device_create_block()536 for (i = 0; i < block->nr_attribs; i++, sysfs_attrib++) { in edac_device_create_block()539 sysfs_attrib->attr.name, in edac_device_create_block()540 sysfs_attrib, &block->kobj); in edac_device_create_block()544 &sysfs_attrib->attr); in edac_device_create_block()567 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_delete_block() local573 sysfs_attrib = block->block_attributes; in edac_device_delete_block()574 if (sysfs_attrib && block->nr_attribs) { in edac_device_delete_block()[all …]