Lines Matching refs:phandle

19 static phandle prom_node_to_node(const char *type, phandle node)  in prom_node_to_node()
31 return (phandle) args[4]; in prom_node_to_node()
37 inline phandle __prom_getchild(phandle node) in __prom_getchild()
42 phandle prom_getchild(phandle node) in prom_getchild()
44 phandle cnode; in prom_getchild()
55 inline phandle prom_getparent(phandle node) in prom_getparent()
57 phandle cnode; in prom_getparent()
70 inline phandle __prom_getsibling(phandle node) in __prom_getsibling()
75 phandle prom_getsibling(phandle node) in prom_getsibling()
77 phandle sibnode; in prom_getsibling()
92 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
116 int prom_getproperty(phandle node, const char *prop, in prom_getproperty()
144 int prom_getint(phandle node, const char *prop) in prom_getint()
159 int prom_getintdefault(phandle node, const char *property, int deflt) in prom_getintdefault()
172 int prom_getbool(phandle node, const char *prop) in prom_getbool()
187 void prom_getstring(phandle node, const char *prop, char *user_buf, in prom_getstring()
202 int prom_nodematch(phandle node, const char *name) in prom_nodematch()
214 phandle prom_searchsiblings(phandle node_start, const char *nodename) in prom_searchsiblings()
216 phandle thisnode; in prom_searchsiblings()
238 char *prom_firstprop(phandle node, char *buffer) in prom_firstprop()
264 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop()
292 phandle prom_finddevice(const char *name) in prom_finddevice()
310 int prom_node_has_property(phandle node, const char *prop) in prom_node_has_property()
328 prom_setprop(phandle node, const char *pname, char *value, int size) in prom_setprop()
358 inline phandle prom_inst2pkg(int inst) in prom_inst2pkg()
361 phandle node; in prom_inst2pkg()