Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/intel/pmc/
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-6.12.1/drivers/platform/x86/
Dpmc_atom.c41 struct pmc_dev { struct
51 static struct pmc_dev pmc_device; argument
/linux-6.12.1/arch/powerpc/sysdev/
Dfsl_pmc.c29 static struct device *pmc_dev; variable