fdt_ro.c | 121 value = fdt_get_phandle(fdt, offset); 489 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function in typeref:typename:uint32_t 670 * fdt_get_phandle(), then if that didn't find what 677 if (fdt_get_phandle(fdt, offset) == phandle)
|