Searched defs:pmc_dev (Results 1 – 7 of 7) sorted by relevance
371 struct pmc_dev { struct383 void (*suspend)(struct pmc_dev *pmcdev); argument384 int (*resume)(struct pmc_dev *pmcdev); argument386 bool has_die_c6;387 u32 die_c6_offset;388 struct telem_endpoint *punit_ep;389 struct pmc_info *regmap_list;
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
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