Searched refs:fdt_next_property_offset (Results 1 - 10 of 10) sorted by relevance

/u-boot/board/freescale/ls1046afrwy/
H A Deth.c90 offset = fdt_next_property_offset(blob, offset);
/u-boot/board/freescale/ls1046ardb/
H A Deth.c104 offset = fdt_next_property_offset(blob, offset);
/u-boot/boot/
H A Dfdt_region.c268 offset = fdt_next_property_offset(fdt, offset)) {
278 next = fdt_next_property_offset(fdt, offset);
H A Dfdt_support.c585 offset = fdt_next_property_offset(fdt, offset);
/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h533 * fdt_next_property_offset - step through a node's properties
537 * fdt_next_property_offset() finds the property immediately after the
551 int fdt_next_property_offset(const void *fdt, int offset);
578 property = fdt_next_property_offset(fdt, property))
H A Dfdt_ro.c349 int fdt_next_property_offset(const void *fdt, int offset) function
403 (offset = fdt_next_property_offset(fdt, offset))) {
/u-boot/lib/
H A Dof_live.c139 (offset = fdt_next_property_offset(blob, offset))) {
H A Dfdtdec.c412 offset = fdt_next_property_offset(blob, offset)) {
508 prop_offset = fdt_next_property_offset(blob, prop_offset)) {
558 prop_offset = fdt_next_property_offset(blob, prop_offset)) {
/u-boot/tools/
H A Dfdtgrep.c598 offset = fdt_next_property_offset(fdt, offset)) {
/u-boot/drivers/core/
H A Dofnode.c1230 fdt_next_property_offset(ofnode_to_fdt(prop->node),

Completed in 98 milliseconds