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

/freebsd-10.0-release/contrib/dtc/libfdt/
H A Dlibfdt.h266 * Identical to fdt_subnode_offset(), but only examine the first
274 * fdt_subnode_offset - find a subnode of a given node
279 * fdt_subnode_offset() finds a subnode of the node at structure block
281 * address, in which case fdt_subnode_offset() will find the subnode
283 * which case fdt_subnode_offset() will find an arbitrary subnode
296 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c151 int fdt_subnode_offset(const void *fdt, int parentoffset, function
/freebsd-10.0-release/sys/contrib/libfdt/
H A Dlibfdt.h266 * Identical to fdt_subnode_offset(), but only examine the first
274 * fdt_subnode_offset - find a subnode of a given node
279 * fdt_subnode_offset() finds a subnode of the node at structure block
281 * address, in which case fdt_subnode_offset() will find the subnode
283 * which case fdt_subnode_offset() will find an arbitrary subnode
296 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c151 int fdt_subnode_offset(const void *fdt, int parentoffset, function
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c132 iface = fdt_subnode_offset(fdt_addr, pip, name_buffer);
144 eth = fdt_subnode_offset(fdt_addr, iface, name_buffer);
/freebsd-10.0-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c682 if ((chosen = fdt_subnode_offset(fdtp, 0, "chosen")) ==

Completed in 191 milliseconds