Lines Matching refs:phandle
23 static phandle __prom_getchild(phandle node) in __prom_getchild()
26 phandle cnode; in __prom_getchild()
39 phandle prom_getchild(phandle node) in prom_getchild()
41 phandle cnode; in prom_getchild()
55 static phandle __prom_getsibling(phandle node) in __prom_getsibling()
58 phandle cnode; in __prom_getsibling()
71 phandle prom_getsibling(phandle node) in prom_getsibling()
73 phandle sibnode; in prom_getsibling()
89 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
109 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
129 int prom_getint(phandle node, char *prop) in prom_getint()
143 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault()
155 int prom_getbool(phandle node, char *prop) in prom_getbool()
169 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring()
183 phandle prom_searchsiblings(phandle node_start, char *nodename) in prom_searchsiblings()
186 phandle thisnode; in prom_searchsiblings()
203 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop()
220 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop()
229 phandle prom_finddevice(char *name) in prom_finddevice()
233 phandle node = prom_root_node, node2; in prom_finddevice()
280 int prom_setprop(phandle node, const char *pname, char *value, int size) in prom_setprop()
297 phandle prom_inst2pkg(int inst) in prom_inst2pkg()
299 phandle node; in prom_inst2pkg()