Searched refs:tpmi_uncore (Results 1 – 1 of 1) sorted by relevance
506 static void remove_cluster_entries(struct tpmi_uncore_struct *tpmi_uncore) in remove_cluster_entries() argument510 for (i = 0; i < tpmi_uncore->power_domain_count; ++i) { in remove_cluster_entries()514 pd_info = &tpmi_uncore->pd_info[i]; in remove_cluster_entries()547 struct tpmi_uncore_struct *tpmi_uncore; in uncore_probe() local572 tpmi_uncore = devm_kzalloc(&auxdev->dev, sizeof(*tpmi_uncore), GFP_KERNEL); in uncore_probe()573 if (!tpmi_uncore) { in uncore_probe()579 tpmi_uncore->pd_info = devm_kcalloc(&auxdev->dev, num_resources, in uncore_probe()580 sizeof(*tpmi_uncore->pd_info), in uncore_probe()582 if (!tpmi_uncore->pd_info) { in uncore_probe()587 tpmi_uncore->power_domain_count = num_resources; in uncore_probe()[all …]