Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-config.h103 struct cscfg_feature_desc { struct
104 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 …]

Completed in 3 milliseconds