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