Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dlibfdt_internal.h13 int32_t fdt_ro_probe_(const void *fdt);
17 if ((totalsize_ = fdt_ro_probe_(fdt)) < 0) \
H A Dfdt.c14 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks
18 int32_t fdt_ro_probe_(const void *fdt) in fdt_ro_probe_() function
H A Dfdt_ro.c49 totalsize = fdt_ro_probe_(fdt); in fdt_get_string()
306 if (((err = fdt_ro_probe_(fdt)) < 0) in fdt_get_name()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dlibfdt_internal.h13 int32_t fdt_ro_probe_(const void *fdt);
17 if ((totalsize_ = fdt_ro_probe_(fdt)) < 0) \
H A Dfdt.c14 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks
18 int32_t fdt_ro_probe_(const void *fdt) in fdt_ro_probe_() function
H A Dfdt_ro.c49 totalsize = fdt_ro_probe_(fdt); in fdt_get_string()
306 if (((err = fdt_ro_probe_(fdt)) < 0) in fdt_get_name()

Completed in 6 milliseconds