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