Searched defs:cscfg_config_desc (Results 1 – 1 of 1) sorted by relevance
139 struct cscfg_config_desc { struct140 const char *name;141 const char *description;142 struct list_head item;143 int nr_feat_refs;144 const char **feat_ref_names;145 int nr_presets;146 int nr_total_params;147 const u64 *presets; /* nr_presets * nr_total_params */148 struct dev_ext_attribute *event_ea;[all …]