Searched defs:coresight_device (Results 1 – 1 of 1) sorted by relevance
157 struct coresight_device { struct158 struct coresight_platform_data *pdata;159 enum coresight_dev_type type;160 union coresight_dev_subtype subtype;161 const struct coresight_ops *ops;162 struct device dev;163 atomic_t *refcnt;164 bool orphan;165 bool enable; /* true only if configured as part of a path */167 bool activated; /* true only if a sink is part of a path */[all …]