Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c32 return scnprintf(page, PAGE_SIZE, "%s", fs_config->config_desc->description); in cscfg_cfg_description_show()
40 const struct cscfg_config_desc *config_desc = fs_config->config_desc; in cscfg_cfg_feature_refs_show() local
44 for (i = 0; i < config_desc->nr_feat_refs; i++) in cscfg_cfg_feature_refs_show()
46 "%s\n", config_desc->feat_ref_names[i]); in cscfg_cfg_feature_refs_show()
55 const struct cscfg_config_desc *config_desc; in cscfg_cfg_values_show() local
61 config_desc = fs_preset->config_desc; in cscfg_cfg_values_show()
63 if (!config_desc->nr_presets) in cscfg_cfg_values_show()
69 val_idx = config_desc->nr_total_params * preset_idx; in cscfg_cfg_values_show()
75 for (i = 0; i < config_desc->nr_feat_refs; i++) { in cscfg_cfg_values_show()
76 feat_desc = cscfg_get_named_feat_desc(config_desc->feat_ref_names[i]); in cscfg_cfg_values_show()
[all …]
H A Dcoresight-syscfg-configfs.h16 struct cscfg_config_desc *config_desc; member
38 struct cscfg_config_desc *config_desc; member
44 int cscfg_configfs_add_config(struct cscfg_config_desc *config_desc);
46 void cscfg_configfs_del_config(struct cscfg_config_desc *config_desc);
H A Dcoresight-config.h231 struct cscfg_config_desc *config_desc; member
/linux/drivers/usb/gadget/
H A Dcomposite.c614 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc() function
1841 value = config_desc(cdev, w_value); in composite_setup()