Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dlibfdt.h469 int fdt_first_property_offset(const void *fdt, int nodeoffset);
515 for (property = fdt_first_property_offset(fdt, node); \
H A Dfdt_ro.c253 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
297 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen()
/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c232 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
276 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen()
H A Dfdt_region.c248 for (offset = fdt_first_property_offset(fdt, node); in fdt_add_alias_regions()
/rk3399_rockchip-uboot/lib/
H A Dof_live.c128 for (offset = fdt_first_property_offset(blob, *poffset); in unflatten_dt_node()
H A Dfdtdec.c430 for (offset = fdt_first_property_offset(blob, alias_node); in fdtdec_add_aliases_for_id()
526 for (prop_offset = fdt_first_property_offset(blob, aliases); in fdtdec_get_alias_seq()
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt.py360 poffset = libfdt.fdt_first_property_offset(self._fdt, node._offset)
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c525 fdt_first_property_offset(gd->fdt_blob, in ofnode_get_first_property()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c611 for (offset = fdt_first_property_offset(fdt, offset); in h_include()
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped179 return check_err(fdt_first_property_offset(self._fdt, nodeoffset),
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c653 offset = fdt_first_property_offset(fdt, in fdt_fixup_ethernet()