Home
last modified time | relevance | path

Searched refs:fdt_next_property_offset (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dlibfdt.h490 int fdt_next_property_offset(const void *fdt, int offset);
517 property = fdt_next_property_offset(fdt, property))
H A Dfdt_ro.c263 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
299 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen()
/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_region.c250 offset = fdt_next_property_offset(fdt, offset)) { in fdt_add_alias_regions()
260 next = fdt_next_property_offset(fdt, offset); in fdt_add_alias_regions()
H A Dfdt_ro.c242 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
278 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen()
/rk3399_rockchip-uboot/lib/
H A Dof_live.c130 (offset = fdt_next_property_offset(blob, offset))) { in unflatten_dt_node()
H A Dfdtdec.c432 offset = fdt_next_property_offset(blob, offset)) { in fdtdec_add_aliases_for_id()
528 prop_offset = fdt_next_property_offset(blob, prop_offset)) { in fdtdec_get_alias_seq()
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt.py366 poffset = libfdt.fdt_next_property_offset(self._fdt, poffset)
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c542 prop->offset = fdt_next_property_offset(gd->fdt_blob, in ofnode_get_next_property()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c613 offset = fdt_next_property_offset(fdt, offset)) { in h_include()
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped196 return check_err(fdt_next_property_offset(self._fdt, prop_offset),
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c657 offset = fdt_next_property_offset(fdt, offset); in fdt_fixup_ethernet()