Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dfdtdec.c342 enum fdt_compat_id id, int *depthp) in fdtdec_next_compatible_subnode() argument
345 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()
/openbmc/u-boot/include/
H A Dfdtdec.h283 enum fdt_compat_id id, int *depthp);