Searched refs:depthp (Results 1 – 2 of 2) sorted by relevance
342 enum fdt_compat_id id, int *depthp) in fdtdec_next_compatible_subnode() argument345 node = fdt_next_node(blob, node, depthp); in fdtdec_next_compatible_subnode()346 } while (*depthp > 1); in fdtdec_next_compatible_subnode()349 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
283 enum fdt_compat_id id, int *depthp);