Searched refs:primary_pmc (Results 1 – 1 of 1) sorted by relevance
1058 if (primary_pmc->map->pfear_sts) in pmc_core_dbgfs_register()1070 if (primary_pmc->map->pll_sts) in pmc_core_dbgfs_register()1074 if (primary_pmc->map->mphy_sts) in pmc_core_dbgfs_register()1079 if (primary_pmc->map->slps0_dbg_maps) { in pmc_core_dbgfs_register()1088 if (primary_pmc->map->lpm_en_offset) { in pmc_core_dbgfs_register()1106 if (primary_pmc->lpm_req_regs) { in pmc_core_dbgfs_register()1215 struct pmc *primary_pmc; in pmc_core_probe() local1235 primary_pmc = devm_kzalloc(&pdev->dev, sizeof(*primary_pmc), GFP_KERNEL); in pmc_core_probe()1236 if (!primary_pmc) in pmc_core_probe()1238 pmcdev->pmcs[PMC_IDX_MAIN] = primary_pmc; in pmc_core_probe()[all …]