Searched refs:desc_np (Results 1 – 2 of 2) sorted by relevance
995 const struct device_node *desc_np) in ast_vhub_of_parse_str_desc() argument1007 for_each_child_of_node(desc_np, child) { in ast_vhub_of_parse_str_desc()1039 struct device_node *desc_np; in ast_vhub_init_desc() local1060 desc_np = of_get_child_by_name(vhub_np, "vhub-strings"); in ast_vhub_init_desc()1061 if (desc_np) { in ast_vhub_init_desc()1062 ret = ast_vhub_of_parse_str_desc(vhub, desc_np); in ast_vhub_init_desc()1063 of_node_put(desc_np); in ast_vhub_init_desc()
1040 struct device_node *desc_np __free(device_node) = in cpr_get_opp_hz_for_req()1043 if (!desc_np) in cpr_get_opp_hz_for_req()1050 for_each_available_child_of_node_scoped(desc_np, child_np) { in cpr_get_opp_hz_for_req()