Home
last modified time | relevance | path

Searched refs:cscfg_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c17 ci_type = devm_kzalloc(cscfg_device(), sizeof(*ci_type), GFP_KERNEL); in cscfg_create_ci_type()
189 cfg_fs_preset = devm_kzalloc(cscfg_device(), in cscfg_add_preset_groups()
208 struct device *dev = cscfg_device(); in cscfg_create_config_group()
325 struct device *dev = cscfg_device(); in cscfg_create_params_group_items()
349 struct device *dev = cscfg_device(); in cscfg_create_feature_group()
H A Dcoresight-syscfg.c296 err = etm_perf_add_symlink_cscfg(cscfg_device(), config_desc); in cscfg_load_config()
910 dev_dbg(cscfg_device(), "Activate config %s.\n", config_desc->name); in _cscfg_activate_config()
926 dev_dbg(cscfg_device(), "Deactivate config %s.\n", config_desc->name); in _cscfg_deactivate_config()
1146 struct device *cscfg_device(void) in cscfg_device() function
1185 dev = cscfg_device(); in cscfg_create_device()
1264 device_unregister(cscfg_device()); in cscfg_clear_device()
1287 dev_info(cscfg_device(), "CoreSight Configuration manager initialised"); in cscfg_init()
H A Dcoresight-syscfg.h60 struct device *cscfg_device(void);