HomeSort by: relevance | last modified time | path
    Searched refs:fdt_get_phandle (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 19 fdt_get_phandle;
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)
fdt_overlay.c 393 phandle = fdt_get_phandle(fdt, symbol_off);
libfdt.h 795 * fdt_get_phandle - retrieve the phandle of a given node
799 * fdt_get_phandle() retrieves the phandle of the device tree node at
806 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);

Completed in 14 milliseconds