Searched refs:pds_node (Results 1 – 1 of 1) sorted by relevance
544 struct device_node *np, *pds_node; in sbi_cpuidle_probe() local561 pds_node = of_find_node_by_path("/cpus/power-domains"); in sbi_cpuidle_probe()562 if (pds_node) { in sbi_cpuidle_probe()563 ret = sbi_genpd_probe(pds_node); in sbi_cpuidle_probe()564 of_node_put(pds_node); in sbi_cpuidle_probe()