Home
last modified time | relevance | path

Searched refs:sysfs_active_config (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-syscfg.h42 * @sysfs_active_config:Active config hash used if CoreSight controlled from sysfs.
54 u32 sysfs_active_config; member
H A Dcoresight-syscfg.c947 if (cscfg_mgr->sysfs_active_config) { in cscfg_config_sysfs_activate()
953 cscfg_mgr->sysfs_active_config = cfg_hash; in cscfg_config_sysfs_activate()
956 if (cscfg_mgr->sysfs_active_config == cfg_hash) { in cscfg_config_sysfs_activate()
958 cscfg_mgr->sysfs_active_config = 0; in cscfg_config_sysfs_activate()
984 *cfg_hash = cscfg_mgr->sysfs_active_config; in cscfg_config_sysfs_get_active_cfg()

Completed in 3 milliseconds