Searched defs:tpdm_drvdata (Results 1 – 1 of 1) sorted by relevance
286 struct tpdm_drvdata { struct287 void __iomem *base;288 struct device *dev;289 struct coresight_device *csdev;290 spinlock_t spinlock;291 bool enable;292 unsigned long datasets;293 struct dsb_dataset *dsb;294 struct cmb_dataset *cmb;295 u32 dsb_msr_num;[all …]