Home
last modified time | relevance | path

Searched refs:primary_pmc (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/platform/x86/intel/pmc/
H A Dcore.c1277 if (primary_pmc->map->pfear_sts) in pmc_core_dbgfs_register()
1288 if (primary_pmc->map->s0ix_blocker_maps) in pmc_core_dbgfs_register()
1294 if (primary_pmc->map->pll_sts) in pmc_core_dbgfs_register()
1298 if (primary_pmc->map->mphy_sts) in pmc_core_dbgfs_register()
1303 if (primary_pmc->map->slps0_dbg_maps) { in pmc_core_dbgfs_register()
1312 if (primary_pmc->map->lpm_en_offset) { in pmc_core_dbgfs_register()
1330 if (primary_pmc->lpm_req_regs) { in pmc_core_dbgfs_register()
1496 struct pmc *primary_pmc; in pmc_core_probe() local
1518 primary_pmc = devm_kzalloc(&pdev->dev, sizeof(*primary_pmc), GFP_KERNEL); in pmc_core_probe()
1519 if (!primary_pmc) in pmc_core_probe()
[all …]