Searched defs:tpdm_drvdata (Results 1 – 1 of 1) sorted by relevance
306 struct tpdm_drvdata { struct307 void __iomem *base;308 struct device *dev;309 struct coresight_device *csdev;310 spinlock_t spinlock;311 bool enable;312 unsigned long datasets;313 struct dsb_dataset *dsb;314 struct cmb_dataset *cmb;315 u32 dsb_msr_num;[all …]