Searched defs:pmc_dev (Results 1 – 8 of 8) sorted by relevance
192 struct pmc_dev { struct193 u32 base_addr;194 void __iomem *regbase;195 const struct pmc_reg_map *map;197 struct dentry *dbgfs_dir;199 int pmc_xram_read_bit;200 struct mutex lock; /* generic mutex lock for PMC Core */
47 struct pmc_dev { struct57 static struct pmc_dev pmc_device; argument
284 struct pmc_dev { struct285 u32 base_addr;286 void __iomem *regbase;287 const struct pmc_reg_map *map;288 struct dentry *dbgfs_dir;289 int pmc_xram_read_bit;290 struct mutex lock; /* generic mutex lock for PMC Core */292 bool check_counters; /* Check for counter increments on resume */293 u64 pc10_counter;294 u64 s0ix_counter;
38 struct pmc_dev { struct48 static struct pmc_dev pmc_device; argument
33 static struct device *pmc_dev; variable
29 static struct device *pmc_dev; variable
106 static struct platform_device *pmc_dev; variable
103 static struct platform_device *pmc_dev; variable