Searched refs:fdt_get_phandle (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dfdt_ro.c323 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
504 * fdt_get_phandle(), then if that didn't find what
511 if (fdt_get_phandle(fdt, offset) == phandle)
H A Dlibfdt.h573 * fdt_get_phandle - retrieve the phandle of a given node
577 * fdt_get_phandle() retrieves the phandle of the device tree node at
584 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt_ro.c323 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
504 * fdt_get_phandle(), then if that didn't find what
511 if (fdt_get_phandle(fdt, offset) == phandle)
H A Dlibfdt.h551 * fdt_get_phandle - retrieve the phandle of a given node
555 * fdt_get_phandle() retrieves the phandle of the device tree node at
562 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);

Completed in 64 milliseconds