Lines Matching refs:phandle

24 static phandle __prom_getchild(phandle node)  in __prom_getchild()
27 phandle cnode; in __prom_getchild()
40 phandle prom_getchild(phandle node) in prom_getchild()
42 phandle cnode; in prom_getchild()
56 static phandle __prom_getsibling(phandle node) in __prom_getsibling()
59 phandle cnode; in __prom_getsibling()
72 phandle prom_getsibling(phandle node) in prom_getsibling()
74 phandle sibnode; in prom_getsibling()
90 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
110 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
130 int prom_getint(phandle node, char *prop) in prom_getint()
144 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault()
156 int prom_getbool(phandle node, char *prop) in prom_getbool()
170 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring()
184 phandle prom_searchsiblings(phandle node_start, char *nodename) in prom_searchsiblings()
187 phandle thisnode; in prom_searchsiblings()
204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop()
221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop()
230 phandle prom_finddevice(char *name) in prom_finddevice()
234 phandle node = prom_root_node, node2; in prom_finddevice()
281 int prom_setprop(phandle node, const char *pname, char *value, int size) in prom_setprop()
298 phandle prom_inst2pkg(int inst) in prom_inst2pkg()
300 phandle node; in prom_inst2pkg()