Searched defs:cscfg_config_desc (Results 1 – 1 of 1) sorted by relevance
133 struct cscfg_config_desc { struct134 const char *name;135 const char *description;136 struct list_head item;137 int nr_feat_refs;138 const char **feat_ref_names;139 int nr_presets;140 int nr_total_params;141 const u64 *presets; /* nr_presets * nr_total_params */142 struct dev_ext_attribute *event_ea;[all …]