Searched refs:fdt_subnode_offset (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/libfdt/
H A Dlibfdt.h250 * Identical to fdt_subnode_offset(), but only examine the first
258 * fdt_subnode_offset - find a subnode of a given node
263 * fdt_subnode_offset() finds a subnode of the node at structure block
265 * address, in which case fdt_subnode_offset() will find the subnode
267 * which case fdt_subnode_offset() will find an arbitrary subnode
280 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c130 int fdt_subnode_offset(const void *fdt, int parentoffset, function

Completed in 10 milliseconds