Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dcpr.c1081 struct device_node *child_req_np = NULL; in cpr_get_opp_hz_for_req() local
1092 of_node_put(child_req_np); in cpr_get_opp_hz_for_req()
1094 child_req_np = of_parse_phandle(child_np, "required-opps", 0); in cpr_get_opp_hz_for_req()
1095 } while (child_np && child_req_np != ref_np); in cpr_get_opp_hz_for_req()
1097 if (child_np && child_req_np == ref_np) in cpr_get_opp_hz_for_req()
1100 of_node_put(child_req_np); in cpr_get_opp_hz_for_req()
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/
H A Dcpr.c1047 struct device_node *child_req_np = NULL; in cpr_get_opp_hz_for_req() local
1058 of_node_put(child_req_np); in cpr_get_opp_hz_for_req()
1060 child_req_np = of_parse_phandle(child_np, "required-opps", 0); 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()
1066 of_node_put(child_req_np); in cpr_get_opp_hz_for_req()

Completed in 5 milliseconds