Searched refs:fdt_next_node (Results 1 - 7 of 7) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_wip.c78 offset = fdt_next_node(fdt, offset, &depth);
H A Dfdt_ro.c122 offset = fdt_next_node(fdt, offset, NULL);
234 offset = fdt_next_node(fdt, offset, &depth))
555 offset = fdt_next_node(fdt, offset, &depth)) {
591 return offset; /* error from fdt_next_node() */
607 offset = fdt_next_node(fdt, offset, &depth)) {
629 return offset; /* error from fdt_next_node() */
669 for (offset = fdt_next_node(fdt, startoffset, NULL);
671 offset = fdt_next_node(fdt, offset, NULL)) {
678 return offset; /* error from fdt_next_node() */
696 for (offset = fdt_next_node(fd
[all...]
H A Dfdt.c243 int fdt_next_node(const void *fdt, int offset, int *depth) function
287 offset = fdt_next_node(fdt, offset, &depth);
303 offset = fdt_next_node(fdt, offset, &depth);
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp199 while ((node = fdt_next_node(gFdt, node, &depth)) >= 0 && depth >= 0) {
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp152 node = fdt_next_node(gFDT, node, &depth);
265 node = fdt_next_node(gFDT, node, &depth);
/haiku/headers/libs/libfdt/
H A Dlibfdt.h193 int fdt_next_node(const void *fdt, int offset, int *depth);
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp124 while ((node = fdt_next_node(fdt, node, &depth)) >= 0 && depth >= 0) {
638 while ((node = fdt_next_node(sDtbTable, node, &depth)) >= 0 && depth >= 0) {

Completed in 106 milliseconds