attr_eb           500 drivers/misc/cxl/cxl.h 	struct bin_attribute attr_eb;
attr_eb           656 drivers/misc/cxl/sysfs.c 		device_remove_bin_file(&afu->dev, &afu->attr_eb);
attr_eb           690 drivers/misc/cxl/sysfs.c 		sysfs_attr_init(&afu->attr_eb.attr);
attr_eb           692 drivers/misc/cxl/sysfs.c 		afu->attr_eb.attr.name = "afu_err_buff";
attr_eb           693 drivers/misc/cxl/sysfs.c 		afu->attr_eb.attr.mode = S_IRUGO;
attr_eb           694 drivers/misc/cxl/sysfs.c 		afu->attr_eb.size = afu->eb_len;
attr_eb           695 drivers/misc/cxl/sysfs.c 		afu->attr_eb.read = afu_eb_read;
attr_eb           697 drivers/misc/cxl/sysfs.c 		rc = device_create_bin_file(&afu->dev, &afu->attr_eb);