Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-syscfg-configfs.c405 config_desc->fs_group = new_group; in cscfg_configfs_add_config()
411 if (config_desc->fs_group) { in cscfg_configfs_del_config()
412 configfs_unregister_group(config_desc->fs_group); in cscfg_configfs_del_config()
413 config_desc->fs_group = NULL; in cscfg_configfs_del_config()
439 feat_desc->fs_group = new_group; in cscfg_configfs_add_feature()
445 if (feat_desc->fs_group) { in cscfg_configfs_del_feature()
446 configfs_unregister_group(feat_desc->fs_group); in cscfg_configfs_del_feature()
447 feat_desc->fs_group = NULL; in cscfg_configfs_del_feature()
A Dcoresight-config.h113 struct config_group *fs_group; member
151 struct config_group *fs_group; member

Completed in 4 milliseconds