Home
last modified time | relevance | path

Searched refs:ref_np (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/pmdomain/qcom/
Dcpr.c1044 struct device_node *ref_np; in cpr_get_opp_hz_for_req() local
1053 ref_np = dev_pm_opp_get_of_node(ref); in cpr_get_opp_hz_for_req()
1054 if (!ref_np) in cpr_get_opp_hz_for_req()
1061 } while (child_np && child_req_np != ref_np); in cpr_get_opp_hz_for_req()
1063 if (child_np && child_req_np == ref_np) in cpr_get_opp_hz_for_req()
1068 of_node_put(ref_np); in cpr_get_opp_hz_for_req()