Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/ls1046ardb/
H A Deth.c96 offset = fdt_first_property_offset(blob, in fdt_update_ethernet_dt()
/openbmc/u-boot/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.c272 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
334 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen_()
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h583 int fdt_first_property_offset(const void *fdt, int nodeoffset);
629 for (property = fdt_first_property_offset(fdt, node); \
H A Dfdt_ro.c338 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
401 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen_()
/openbmc/u-boot/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.c249 for (offset = fdt_first_property_offset(fdt, node); in fdt_add_alias_regions()
/openbmc/linux/scripts/dtc/
H A Dfdtget.c114 prop = fdt_first_property_offset(blob, node); in list_properties()
/openbmc/u-boot/lib/
H A Dof_live.c125 for (offset = fdt_first_property_offset(blob, *poffset); in unflatten_dt_node()
H A Dfdtdec.c420 for (offset = fdt_first_property_offset(blob, alias_node); in fdtdec_add_aliases_for_id()
516 for (prop_offset = fdt_first_property_offset(blob, aliases); in fdtdec_get_alias_seq()
555 for (prop_offset = fdt_first_property_offset(blob, aliases); in fdtdec_get_alias_highest_id()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c253 for (prop_offset = fdt_first_property_offset(fdt, node_offset); in pinctrl_generic_set_state_one()
/openbmc/qemu/system/
H A Ddevice_tree.c680 for (poffset = fdt_first_property_offset(fdt, noffset); in qemu_fdt_randomize_seeds()
/openbmc/u-boot/tools/
H A Dfdtgrep.c613 for (offset = fdt_first_property_offset(fdt, offset); in h_include()
/openbmc/linux/drivers/of/
H A Dfdt.c120 for (cur = fdt_first_property_offset(blob, offset); in populate_properties()
/openbmc/u-boot/common/
H A Dfdt_support.c503 offset = fdt_first_property_offset(fdt, in fdt_fixup_ethernet()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped360 return check_err(fdt_first_property_offset(self._fdt, nodeoffset),