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