Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-syscfg-configfs.c166 struct cscfg_fs_feature *fs_feat = container_of(to_config_group(item), in cscfg_feat_description_show() local
169 return scnprintf(page, PAGE_SIZE, "%s", fs_feat->feat_desc->description); in cscfg_feat_description_show()
175 struct cscfg_fs_feature *fs_feat = container_of(to_config_group(item), in cscfg_feat_matches_show() local
177 u32 match_flags = fs_feat->feat_desc->match_flags; in cscfg_feat_matches_show()
193 struct cscfg_fs_feature *fs_feat = container_of(to_config_group(item), in cscfg_feat_nr_params_show() local
196 return scnprintf(page, PAGE_SIZE, "%d\n", fs_feat->feat_desc->nr_params); in cscfg_feat_nr_params_show()