Searched refs:attr_eb (Results 1 – 2 of 2) sorted by relevance
570 device_remove_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_remove()595 sysfs_attr_init(&afu->attr_eb.attr); in cxl_sysfs_afu_add()597 afu->attr_eb.attr.name = "afu_err_buff"; in cxl_sysfs_afu_add()598 afu->attr_eb.attr.mode = S_IRUGO; in cxl_sysfs_afu_add()599 afu->attr_eb.size = afu->eb_len; in cxl_sysfs_afu_add()600 afu->attr_eb.read = afu_eb_read; in cxl_sysfs_afu_add()602 rc = device_create_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_add()
371 struct bin_attribute attr_eb; member