Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-syscfg.c376 static int cscfg_owner_get(struct cscfg_load_owner_info *owner_info) in cscfg_owner_get() argument
378 if ((owner_info->type == CSCFG_OWNER_MODULE) && in cscfg_owner_get()
379 (!try_module_get(owner_info->owner_handle))) in cscfg_owner_get()
385 static void cscfg_owner_put(struct cscfg_load_owner_info *owner_info) in cscfg_owner_put() argument
387 if (owner_info->type == CSCFG_OWNER_MODULE) in cscfg_owner_put()
388 module_put(owner_info->owner_handle); in cscfg_owner_put()
483 struct cscfg_load_owner_info *owner_info) in cscfg_load_owned_cfgs_feats() argument
498 feat_descs[i]->load_owner = owner_info; in cscfg_load_owned_cfgs_feats()
511 config_descs[i]->load_owner = owner_info; in cscfg_load_owned_cfgs_feats()
577 struct cscfg_load_owner_info *owner_info) in cscfg_load_config_sets() argument
[all …]
Dcoresight-syscfg.h114 struct cscfg_load_owner_info *owner_info);
115 int cscfg_unload_config_sets(struct cscfg_load_owner_info *owner_info);