Home
last modified time | relevance | path

Searched defs:pmc_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/platform/x86/intel/pmc/
H A Dcore.h407 struct pmc_dev { struct
419 void (*suspend)(struct pmc_dev *pmcdev); argument
420 int (*resume)(struct pmc_dev *pmcdev); argument
422 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;
/linux/drivers/platform/x86/
H A Dpmc_atom.c41 struct pmc_dev { struct
51 static struct pmc_dev pmc_device; argument
/linux/arch/powerpc/sysdev/
H A Dfsl_pmc.c29 static struct device *pmc_dev; variable