Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()