Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c233 struct cscfg_fs_feature *fs_feat = container_of(to_config_group(item), in cscfg_feat_description_show() local
236 return scnprintf(page, PAGE_SIZE, "%s", fs_feat->feat_desc->description); in cscfg_feat_description_show()
242 struct cscfg_fs_feature *fs_feat = container_of(to_config_group(item), in cscfg_feat_matches_show() local
244 u32 match_flags = fs_feat->feat_desc->match_flags; in cscfg_feat_matches_show()
260 struct cscfg_fs_feature *fs_feat = container_of(to_config_group(item), in cscfg_feat_nr_params_show() local
263 return scnprintf(page, PAGE_SIZE, "%d\n", fs_feat->feat_desc->nr_params); in cscfg_feat_nr_params_show()