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