Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcoresight.h154 struct coresight_desc { struct
155 enum coresight_dev_type type;
156 union coresight_dev_subtype subtype;
157 const struct coresight_ops *ops;
158 struct coresight_platform_data *pdata;
159 struct device *dev;
160 const struct attribute_group **groups;
161 const char *name;
162 struct csdev_access access;