Searched refs:sysfs_attrib (Results 1 – 1 of 1) sorted by relevance
516 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_create_block() local550 sysfs_attrib = block->block_attributes; in edac_device_create_block()551 if (sysfs_attrib && block->nr_attribs) { in edac_device_create_block()552 for (i = 0; i < block->nr_attribs; i++, sysfs_attrib++) { in edac_device_create_block()555 sysfs_attrib->attr.name, in edac_device_create_block()556 sysfs_attrib, &block->kobj); in edac_device_create_block()560 &sysfs_attrib->attr); in edac_device_create_block()583 struct edac_dev_sysfs_block_attribute *sysfs_attrib; in edac_device_delete_block() local589 sysfs_attrib = block->block_attributes; in edac_device_delete_block()590 if (sysfs_attrib && block->nr_attribs) { in edac_device_delete_block()[all …]