Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/qcom/
Dcpr.c1048 struct device_node *child_req_np = NULL; in cpr_get_opp_hz_for_req() local
1059 of_node_put(child_req_np); in cpr_get_opp_hz_for_req()
1061 child_req_np = of_parse_phandle(child_np, "required-opps", 0); in cpr_get_opp_hz_for_req()
1062 } while (child_np && child_req_np != ref_np); in cpr_get_opp_hz_for_req()
1064 if (child_np && child_req_np == ref_np) in cpr_get_opp_hz_for_req()
1067 of_node_put(child_req_np); in cpr_get_opp_hz_for_req()