Searched refs:_fdt_check_node_offset (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/scripts/dtc/libfdt/
H A Dlibfdt_internal.h65 int _fdt_check_node_offset(const void *fdt, int offset);
H A Dfdt.c143 int _fdt_check_node_offset(const void *fdt, int offset) _fdt_check_node_offset() function
167 if ((nextoffset = _fdt_check_node_offset(fdt, offset)) < 0) fdt_next_node()
H A Dfdt_ro.c207 || ((err = _fdt_check_node_offset(fdt, nodeoffset)) < 0)) fdt_get_name()
225 if ((offset = _fdt_check_node_offset(fdt, nodeoffset)) < 0) fdt_first_property_offset()
H A Dfdt_rw.c231 if ((nextoffset = _fdt_check_node_offset(fdt, nodeoffset)) < 0) _fdt_add_property()

Completed in 51 milliseconds