Searched refs:config_desc (Results 1 – 4 of 4) sorted by relevance
32 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() local44 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() local61 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 …]
16 struct cscfg_config_desc *config_desc; member38 struct cscfg_config_desc *config_desc; member44 int cscfg_configfs_add_config(struct cscfg_config_desc *config_desc);46 void cscfg_configfs_del_config(struct cscfg_config_desc *config_desc);
231 struct cscfg_config_desc *config_desc; member
614 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc() function1841 value = config_desc(cdev, w_value); in composite_setup()