afu_attrs         455 drivers/misc/cxl/sysfs.c static struct device_attribute afu_attrs[] = {
afu_attrs         658 drivers/misc/cxl/sysfs.c 	for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) {
afu_attrs         659 drivers/misc/cxl/sysfs.c 		dev_attr = &afu_attrs[i];
afu_attrs         662 drivers/misc/cxl/sysfs.c 			device_remove_file(&afu->dev, &afu_attrs[i]);
afu_attrs         679 drivers/misc/cxl/sysfs.c 	for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) {
afu_attrs         680 drivers/misc/cxl/sysfs.c 		dev_attr = &afu_attrs[i];
afu_attrs         683 drivers/misc/cxl/sysfs.c 			if ((rc = device_create_file(&afu->dev, &afu_attrs[i])))
afu_attrs         725 drivers/misc/cxl/sysfs.c 		dev_attr = &afu_attrs[i];
afu_attrs         728 drivers/misc/cxl/sysfs.c 		device_remove_file(&afu->dev, &afu_attrs[i]);
afu_attrs          54 drivers/misc/ocxl/sysfs.c static struct device_attribute afu_attrs[] = {
afu_attrs         113 drivers/misc/ocxl/sysfs.c 	for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) {
afu_attrs         114 drivers/misc/ocxl/sysfs.c 		rc = device_create_file(&info->dev, &afu_attrs[i]);
afu_attrs         135 drivers/misc/ocxl/sysfs.c 		device_remove_file(&info->dev, &afu_attrs[i]);
afu_attrs         148 drivers/misc/ocxl/sysfs.c 	for (i = 0; i < ARRAY_SIZE(afu_attrs); i++)
afu_attrs         149 drivers/misc/ocxl/sysfs.c 		device_remove_file(&info->dev, &afu_attrs[i]);