Searched refs:pds_node (Results 1 – 1 of 1) sorted by relevance
495 struct device_node *pds_node; in sbi_cpuidle_probe() local512 pds_node = of_find_node_by_path("/cpus/power-domains"); in sbi_cpuidle_probe()513 if (pds_node) { in sbi_cpuidle_probe()514 ret = sbi_genpd_probe(pds_node); in sbi_cpuidle_probe()515 of_node_put(pds_node); in sbi_cpuidle_probe()