head_config      1276 drivers/dma/coh901318.c 	u32 head_config;
head_config      1855 drivers/dma/coh901318.c 		coh901318_set_conf(cohc, cohd->head_config);
head_config      2374 drivers/dma/coh901318.c 	cohd->head_config = config;
head_config        46 tools/perf/util/parse-events.c static int get_config_terms(struct list_head *head_config,
head_config       409 tools/perf/util/parse-events.c 			   struct list_head *head_config)
head_config       427 tools/perf/util/parse-events.c 	config_name = get_config_name(head_config);
head_config       469 tools/perf/util/parse-events.c 	if (head_config) {
head_config       470 tools/perf/util/parse-events.c 		if (config_attr(&attr, head_config, err,
head_config       474 tools/perf/util/parse-events.c 		if (get_config_terms(head_config, &config_terms))
head_config       513 tools/perf/util/parse-events.c 			  struct list_head *head_config)
head_config       523 tools/perf/util/parse-events.c 	if (head_config) {
head_config       526 tools/perf/util/parse-events.c 		if (get_config_terms(head_config, &config_terms))
head_config       538 tools/perf/util/parse-events.c 				      struct list_head *head_config)
head_config       570 tools/perf/util/parse-events.c 				     err, head_config);
head_config       586 tools/perf/util/parse-events.c 				struct list_head *head_config)
head_config       590 tools/perf/util/parse-events.c 					  err, head_config) :
head_config       592 tools/perf/util/parse-events.c 			      err, head_config);
head_config       598 tools/perf/util/parse-events.c 				    struct list_head *head_config)
head_config       622 tools/perf/util/parse-events.c 					   evt_name, err, head_config);
head_config       632 tools/perf/util/parse-events.c 	struct list_head *head_config;
head_config       659 tools/perf/util/parse-events.c 					  param->head_config);
head_config       686 tools/perf/util/parse-events.c 			      struct list_head *head_config)
head_config       690 tools/perf/util/parse-events.c 	struct __add_bpf_event_param param = {parse_state, list, head_config};
head_config       739 tools/perf/util/parse-events.c 			struct list_head *head_config)
head_config       744 tools/perf/util/parse-events.c 	if (!head_config || list_empty(head_config))
head_config       747 tools/perf/util/parse-events.c 	list_for_each_entry(term, head_config, list) {
head_config       817 tools/perf/util/parse-events.c 			  struct list_head *head_config)
head_config       823 tools/perf/util/parse-events.c 	if (head_config)
head_config       824 tools/perf/util/parse-events.c 		split_bpf_config_terms(head_config, &obj_head_config);
head_config       846 tools/perf/util/parse-events.c 	err = parse_events_load_bpf_obj(parse_state, list, obj, head_config);
head_config       855 tools/perf/util/parse-events.c 	if (head_config)
head_config       856 tools/perf/util/parse-events.c 		list_splice_tail(&obj_head_config, head_config);
head_config      1169 tools/perf/util/parse-events.c static int get_config_terms(struct list_head *head_config,
head_config      1189 tools/perf/util/parse-events.c 	list_for_each_entry(term, head_config, list) {
head_config      1248 tools/perf/util/parse-events.c 				struct list_head *head_config)
head_config      1250 tools/perf/util/parse-events.c 	if (head_config) {
head_config      1253 tools/perf/util/parse-events.c 		if (config_attr(&attr, head_config, err,
head_config      1260 tools/perf/util/parse-events.c 						err, head_config);
head_config      1263 tools/perf/util/parse-events.c 					    err, head_config);
head_config      1269 tools/perf/util/parse-events.c 			     struct list_head *head_config)
head_config      1278 tools/perf/util/parse-events.c 	if (head_config) {
head_config      1279 tools/perf/util/parse-events.c 		if (config_attr(&attr, head_config, parse_state->error,
head_config      1283 tools/perf/util/parse-events.c 		if (get_config_terms(head_config, &config_terms))
head_config      1288 tools/perf/util/parse-events.c 			 get_config_name(head_config), &config_terms);
head_config      1312 tools/perf/util/parse-events.c 			 struct list_head *head_config,
head_config      1342 tools/perf/util/parse-events.c 	if (!head_config) {
head_config      1355 tools/perf/util/parse-events.c 	if (perf_pmu__check_alias(pmu, head_config, &info))
head_config      1362 tools/perf/util/parse-events.c 	if (config_attr(&attr, head_config, parse_state->error, config_term_pmu))
head_config      1365 tools/perf/util/parse-events.c 	if (get_config_terms(head_config, &config_terms))
head_config      1368 tools/perf/util/parse-events.c 	if (perf_pmu__config(pmu, &attr, head_config, parse_state->error)) {
head_config      1379 tools/perf/util/parse-events.c 			    get_config_name(head_config), pmu,
head_config       149 tools/perf/util/parse-events.h 				struct list_head *head_config);
head_config       154 tools/perf/util/parse-events.h 			  struct list_head *head_config);
head_config       160 tools/perf/util/parse-events.h 			      struct list_head *head_config);
head_config       164 tools/perf/util/parse-events.h 			     struct list_head *head_config);
head_config       172 tools/perf/util/parse-events.h 			   struct list_head *head_config);
head_config       177 tools/perf/util/parse-events.h 			 struct list_head *head_config,