Searched refs:phandle (Results 1 – 6 of 6) sorted by relevance
13 typedef u32 phandle; typedef56 phandle phandle; member
267 phandle handle);
720 ofnode ofnode_get_by_phandle(uint phandle);729 ofnode oftree_get_by_phandle(oftree tree, uint phandle);
21 u32 phandle; member
986 static inline int fdtdec_set_phandle(void *blob, int node, uint32_t phandle) in fdtdec_set_phandle() argument988 return fdt_setprop_u32(blob, node, "phandle", phandle); in fdtdec_set_phandle()
374 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle);
Completed in 13 milliseconds