Searched refs:tpmi_uncore (Results 1 – 1 of 1) sorted by relevance
207 static void remove_cluster_entries(struct tpmi_uncore_struct *tpmi_uncore) in remove_cluster_entries() argument211 for (i = 0; i < tpmi_uncore->power_domain_count; ++i) { in remove_cluster_entries()215 pd_info = &tpmi_uncore->pd_info[i]; in remove_cluster_entries()236 struct tpmi_uncore_struct *tpmi_uncore; in uncore_probe() local252 tpmi_uncore = devm_kzalloc(&auxdev->dev, sizeof(*tpmi_uncore), GFP_KERNEL); in uncore_probe()253 if (!tpmi_uncore) { in uncore_probe()259 tpmi_uncore->pd_info = devm_kcalloc(&auxdev->dev, num_resources, in uncore_probe()260 sizeof(*tpmi_uncore->pd_info), in uncore_probe()262 if (!tpmi_uncore->pd_info) { in uncore_probe()267 tpmi_uncore->power_domain_count = num_resources; in uncore_probe()[all …]