Searched defs:pmc_dev (Results 1 – 3 of 3) sorted by relevance
407 struct pmc_dev { struct419 void (*suspend)(struct pmc_dev *pmcdev); argument420 int (*resume)(struct pmc_dev *pmcdev); argument422 u64 *pkgc_res_cnt;423 u8 num_of_pkgc;425 bool has_die_c6;426 u32 die_c6_offset;427 struct telem_endpoint *punit_ep;428 struct pmc_info *regmap_list;
41 struct pmc_dev { struct51 static struct pmc_dev pmc_device; argument
29 static struct device *pmc_dev; variable