Searched defs:pmc_dev (Results 1 – 4 of 4) sorted by relevance
328 struct pmc_dev { struct329 u32 base_addr;330 void __iomem *regbase;331 const struct pmc_reg_map *map;332 struct dentry *dbgfs_dir;333 int pmc_xram_read_bit;334 struct mutex lock; /* generic mutex lock for PMC Core */336 bool check_counters; /* Check for counter increments on resume */337 u64 pc10_counter;338 u64 s0ix_counter;[all …]
39 struct pmc_dev { struct49 static struct pmc_dev pmc_device; argument
29 static struct device *pmc_dev; variable
103 static struct platform_device *pmc_dev; variable