Home
last modified time | relevance | path

Searched refs:config_attr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/misc/cxl/
Dsysfs.c510 struct bin_attribute config_attr; member
622 sysfs_bin_attr_init(&cr->config_attr); in cxl_sysfs_afu_new_cr()
623 cr->config_attr.attr.name = "config"; in cxl_sysfs_afu_new_cr()
624 cr->config_attr.attr.mode = S_IRUSR; in cxl_sysfs_afu_new_cr()
625 cr->config_attr.size = afu->crs_len; in cxl_sysfs_afu_new_cr()
626 cr->config_attr.read = afu_read_config; in cxl_sysfs_afu_new_cr()
633 rc = sysfs_create_bin_file(&cr->kobj, &cr->config_attr); in cxl_sysfs_afu_new_cr()
643 sysfs_remove_bin_file(&cr->kobj, &cr->config_attr); in cxl_sysfs_afu_new_cr()
670 sysfs_remove_bin_file(&cr->kobj, &cr->config_attr); in cxl_sysfs_afu_remove()
/Linux-v4.19/tools/perf/util/
Dparse-events.c378 static int config_attr(struct perf_event_attr *attr,
447 if (config_attr(&attr, head_config, err, in parse_events_add_cache()
1102 static int config_attr(struct perf_event_attr *attr, in config_attr() function
1190 if (config_attr(&attr, head_config, err, in parse_events_add_tracepoint()
1216 if (config_attr(&attr, head_config, parse_state->error, in parse_events_add_numeric()
1279 if (config_attr(&attr, head_config, parse_state->error, config_term_pmu)) in parse_events_add_pmu()