Home
last modified time | relevance | path

Searched refs:cscfg_load_config_sets (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-cfg-preload.c35 return cscfg_load_config_sets(preload_cfgs, preload_feats, &preload_owner); in cscfg_preload()
H A Dcoresight-syscfg.h112 int cscfg_load_config_sets(struct cscfg_config_desc **cfg_descs,
H A Dcoresight-syscfg.c575 int cscfg_load_config_sets(struct cscfg_config_desc **config_descs, in cscfg_load_config_sets() function
639 EXPORT_SYMBOL_GPL(cscfg_load_config_sets);
/openbmc/linux/samples/coresight/
H A Dcoresight-cfg-sample.c60 return cscfg_load_config_sets(sample_cfgs, sample_feats, &mod_owner); in cscfg_sample_init()