Searched refs:fdt_getprop (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 244 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() function 261 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 396 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value() 437 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len); in fdt_node_check_compatible()
|
| H A D | libfdt.h | 409 const void *fdt_getprop(const void *fdt, int nodeoffset, 414 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
|