Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c354 enum fdt_compat_id id, int *depthp) in fdtdec_next_compatible_subnode() argument
357 node = fdt_next_node(blob, node, depthp); in fdtdec_next_compatible_subnode()
358 } while (*depthp > 1); in fdtdec_next_compatible_subnode()
361 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
/rk3399_rockchip-uboot/include/
H A Dfdtdec.h287 enum fdt_compat_id id, int *depthp);