Home
last modified time | relevance | path

Searched defs:cscfg_feature_desc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwtracing/coresight/
A Dcoresight-config.h101 struct cscfg_feature_desc { struct
102 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