Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/ls1046ardb/
H A Deth.c102 offset = fdt_next_property_offset(blob, offset); in fdt_update_ethernet_dt()
/openbmc/u-boot/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.c282 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
336 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c251 offset = fdt_next_property_offset(fdt, offset)) { in fdt_add_alias_regions()
261 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()
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h604 int fdt_next_property_offset(const void *fdt, int offset);
631 property = fdt_next_property_offset(fdt, property))
H A Dfdt_ro.c348 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
403 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
/openbmc/linux/scripts/dtc/
H A Dfdtget.c123 prop = fdt_next_property_offset(blob, prop); in list_properties()
/openbmc/u-boot/lib/
H A Dof_live.c127 (offset = fdt_next_property_offset(blob, offset))) { in unflatten_dt_node()
H A Dfdtdec.c422 offset = fdt_next_property_offset(blob, offset)) { in fdtdec_add_aliases_for_id()
518 prop_offset = fdt_next_property_offset(blob, prop_offset)) { in fdtdec_get_alias_seq()
557 prop_offset = fdt_next_property_offset(blob, prop_offset)) { in fdtdec_get_alias_highest_id()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c255 prop_offset = fdt_next_property_offset(fdt, prop_offset)) { in pinctrl_generic_set_state_one()
/openbmc/qemu/system/
H A Ddevice_tree.c682 poffset = fdt_next_property_offset(fdt, poffset)) { in qemu_fdt_randomize_seeds()
/openbmc/u-boot/tools/
H A Dfdtgrep.c615 offset = fdt_next_property_offset(fdt, offset)) { in h_include()
/openbmc/linux/drivers/of/
H A Dfdt.c122 cur = fdt_next_property_offset(blob, cur)) { in populate_properties()
/openbmc/qemu/hw/ppc/
H A Dvof.c368 offset = fdt_next_property_offset(fdt, offset); in vof_nextprop()
/openbmc/u-boot/common/
H A Dfdt_support.c507 offset = fdt_next_property_offset(fdt, offset); in fdt_fixup_ethernet()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped377 return check_err(fdt_next_property_offset(self._fdt, prop_offset),