config_attr       506 drivers/misc/cxl/sysfs.c 	struct bin_attribute config_attr;
config_attr       618 drivers/misc/cxl/sysfs.c 	sysfs_bin_attr_init(&cr->config_attr);
config_attr       619 drivers/misc/cxl/sysfs.c 	cr->config_attr.attr.name = "config";
config_attr       620 drivers/misc/cxl/sysfs.c 	cr->config_attr.attr.mode = S_IRUSR;
config_attr       621 drivers/misc/cxl/sysfs.c 	cr->config_attr.size = afu->crs_len;
config_attr       622 drivers/misc/cxl/sysfs.c 	cr->config_attr.read = afu_read_config;
config_attr       629 drivers/misc/cxl/sysfs.c 	rc = sysfs_create_bin_file(&cr->kobj, &cr->config_attr);
config_attr       639 drivers/misc/cxl/sysfs.c 	sysfs_remove_bin_file(&cr->kobj, &cr->config_attr);
config_attr       666 drivers/misc/cxl/sysfs.c 		sysfs_remove_bin_file(&cr->kobj, &cr->config_attr);
config_attr       401 tools/perf/util/parse-events.c static int config_attr(struct perf_event_attr *attr,
config_attr       470 tools/perf/util/parse-events.c 		if (config_attr(&attr, head_config, err,
config_attr      1253 tools/perf/util/parse-events.c 		if (config_attr(&attr, head_config, err,
config_attr      1279 tools/perf/util/parse-events.c 		if (config_attr(&attr, head_config, parse_state->error,
config_attr      1362 tools/perf/util/parse-events.c 	if (config_attr(&attr, head_config, parse_state->error, config_term_pmu))