Lines Matching refs:phandle
38 OF_peer(int phandle)
47 if (phandle == 0) {
51 off = fdtbus_phandle2offset(phandle);
69 OF_child(int phandle)
78 off = fdtbus_phandle2offset(phandle);
96 OF_parent(int phandle)
105 off = fdtbus_phandle2offset(phandle);
119 OF_nextprop(int phandle, const char *prop, void *nextprop)
130 off = fdtbus_phandle2offset(phandle);
169 OF_getprop(int phandle, const char *prop, void *buf, int buflen)
180 off = fdtbus_phandle2offset(phandle);
229 OF_getproplen(int phandle, const char *prop)
240 off = fdtbus_phandle2offset(phandle);
282 OF_setprop(int phandle, const char *prop, const void *buf, int buflen)
306 OF_package_to_path(int phandle, char *buf, int buflen)
315 off = fdtbus_phandle2offset(phandle);