Searched refs:desc_np (Results 1 – 2 of 2) sorted by relevance
965 const struct device_node *desc_np) in ast_vhub_of_parse_str_desc() argument977 for_each_child_of_node(desc_np, child) { in ast_vhub_of_parse_str_desc()1009 struct device_node *desc_np; in ast_vhub_init_desc() local1030 desc_np = of_get_child_by_name(vhub_np, "vhub-strings"); in ast_vhub_init_desc()1031 if (desc_np) in ast_vhub_init_desc()1032 ret = ast_vhub_of_parse_str_desc(vhub, desc_np); in ast_vhub_init_desc()
1046 struct device_node *desc_np; in cpr_get_opp_hz_for_req() local1050 desc_np = dev_pm_opp_of_get_opp_desc_node(cpu_dev); in cpr_get_opp_hz_for_req()1051 if (!desc_np) in cpr_get_opp_hz_for_req()1060 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()1071 of_node_put(desc_np); in cpr_get_opp_hz_for_req()