Searched refs:sysfs_attrib (Results 1 – 1 of 1) sorted by relevance
522 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_create_block() local556 sysfs_attrib = block->block_attributes; in edac_device_create_block()557 if (sysfs_attrib && block->nr_attribs) { in edac_device_create_block()558 for (i = 0; i < block->nr_attribs; i++, sysfs_attrib++) { in edac_device_create_block()561 sysfs_attrib->attr.name, in edac_device_create_block()562 sysfs_attrib, &block->kobj); in edac_device_create_block()566 &sysfs_attrib->attr); in edac_device_create_block()589 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_delete_block() local595 sysfs_attrib = block->block_attributes; in edac_device_delete_block()596 if (sysfs_attrib && block->nr_attribs) { in edac_device_delete_block()[all …]