Searched refs:pds_node (Results 1 – 1 of 1) sorted by relevance
503 struct device_node *np, *pds_node; in sbi_cpuidle_probe() local520 pds_node = of_find_node_by_path("/cpus/power-domains"); in sbi_cpuidle_probe()521 if (pds_node) { in sbi_cpuidle_probe()522 ret = sbi_genpd_probe(pds_node); in sbi_cpuidle_probe()523 of_node_put(pds_node); in sbi_cpuidle_probe()