Searched defs:coresight_desc (Results 1 – 1 of 1) sorted by relevance
158 struct coresight_desc { struct159 enum coresight_dev_type type;160 union coresight_dev_subtype subtype;161 const struct coresight_ops *ops;162 struct coresight_platform_data *pdata;163 struct device *dev;164 const struct attribute_group **groups;165 const char *name;166 struct csdev_access access;
Completed in 8 milliseconds