Searched defs:pmc_dev (Results 1 – 3 of 3) sorted by relevance
397 struct pmc_dev { struct410 void (*suspend)(struct pmc_dev *pmcdev); argument411 int (*resume)(struct pmc_dev *pmcdev); argument413 bool has_die_c6;414 u32 die_c6_offset;415 struct telem_endpoint *punit_ep;416 struct pmc_info *regmap_list;
39 struct pmc_dev { struct49 static struct pmc_dev pmc_device; argument
29 static struct device *pmc_dev; variable