Searched defs:cscfg_feature_desc (Results 1 – 1 of 1) sorted by relevance
103 struct cscfg_feature_desc { struct104 const char *name;105 const char *description;106 struct list_head item;107 u32 match_flags;108 int nr_params;109 struct cscfg_parameter_desc *params_desc;110 int nr_regs;111 struct cscfg_regval_desc *regs_desc;112 void *load_owner;[all …]