Searched refs:phandle (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c330 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
332 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
493 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
497 if ((phandle == 0) || (phandle == -1))
511 if (fdt_get_phandle(fdt, offset) == phandle)
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h82 /* FDT_ERR_BADPHANDLE: Function was passed an invalid phandle
83 * value. phandle values of 0 and -1 are not permitted. */
551 * fdt_get_phandle - retrieve the phandle of a given node
555 * fdt_get_phandle() retrieves the phandle of the device tree node at
559 * the phandle of the node at nodeoffset, on success (!= 0, != -1)
560 * 0, if the node has no phandle, or another error occurs
737 * fdt_node_offset_by_phandle - find the node with a given phandle
739 * @phandle: phandle value
742 * which has the given phandle valu
[all...]

Completed in 40 milliseconds