Searched refs:pds_node (Results 1 – 1 of 1) sorted by relevance
537 struct device_node *pds_node; in sbi_cpuidle_probe() local554 pds_node = of_find_node_by_path("/cpus/power-domains"); in sbi_cpuidle_probe()555 if (pds_node) { in sbi_cpuidle_probe()556 ret = sbi_genpd_probe(pds_node); in sbi_cpuidle_probe()557 of_node_put(pds_node); in sbi_cpuidle_probe()