Searched defs:cscfg_feature_desc (Results 1 – 1 of 1) sorted by relevance
101 struct cscfg_feature_desc { struct102 const char *name;103 const char *description;104 struct list_head item;105 u32 match_flags;106 int nr_params;107 struct cscfg_parameter_desc *params_desc;108 int nr_regs;109 struct cscfg_regval_desc *regs_desc;
Completed in 8 milliseconds