Searched refs:fdt_ro_probe_ (Results 1 – 3 of 3) sorted by relevance
13 int fdt_ro_probe_(const void *fdt);17 if ((totalsize_ = fdt_ro_probe_(fdt)) < 0) \
18 int32_t fdt_ro_probe_(const void *fdt) in fdt_ro_probe_() function
36 int32_t totalsize = fdt_ro_probe_(fdt); in fdt_get_string()292 if (((err = fdt_ro_probe_(fdt)) < 0) in fdt_get_name()
Completed in 7 milliseconds