Searched refs:attr_eb (Results 1 – 2 of 2) sorted by relevance
660 device_remove_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_remove()694 sysfs_attr_init(&afu->attr_eb.attr); in cxl_sysfs_afu_add()696 afu->attr_eb.attr.name = "afu_err_buff"; in cxl_sysfs_afu_add()697 afu->attr_eb.attr.mode = S_IRUGO; in cxl_sysfs_afu_add()698 afu->attr_eb.size = afu->eb_len; in cxl_sysfs_afu_add()699 afu->attr_eb.read = afu_eb_read; in cxl_sysfs_afu_add()701 rc = device_create_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_add()
504 struct bin_attribute attr_eb; member