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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt.h550 * Identical to fdt_get_property(), but only examine the first namelen
559 * fdt_get_property - find a given property in a given node
565 * fdt_get_property() retrieves a pointer to the fdt_property
586 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
593 fdt_get_property(fdt, nodeoffset, name, lenp);
H A Dfdt_ro.c316 const struct fdt_property *fdt_get_property(const void *fdt, function
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt.h558 * Identical to fdt_get_property(), but only examine the first namelen
569 * fdt_get_property - find a given property in a given node
575 * fdt_get_property() retrieves a pointer to the fdt_property
596 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
603 fdt_get_property(fdt, nodeoffset, name, lenp);
H A Dfdt_ro.c375 const struct fdt_property *fdt_get_property(const void *fdt, function
/freebsd-11-stable/contrib/dtc/
H A Dfdtput.c156 if (!fdt_get_property(fdt, nodeoffset, name, &oldlen))
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c396 if (fdt_get_property(overlay_fdt, oroot_offset, "compatible",
406 if (fdt_get_property(base_fdt, root_offset, "compatible",
892 prop = fdt_get_property(fdtp, no, "stdout", &len);
1527 p = fdt_get_property(fdtp, nodeoff, propname, NULL);

Completed in 108 milliseconds