Lines Matching refs:phandle
20 extern phandle prom_root_node;
28 extern phandle prom_chosen_node;
183 phandle prom_getchild(phandle parent_node);
188 phandle prom_getsibling(phandle node);
193 int prom_getproplen(phandle thisnode, const char *property);
198 int prom_getproperty(phandle thisnode, const char *property,
202 int prom_getint(phandle node, const char *property);
205 int prom_getintdefault(phandle node, const char *property, int defval);
208 int prom_getbool(phandle node, const char *prop);
211 void prom_getstring(phandle node, const char *prop, char *buf,
215 int prom_nodematch(phandle thisnode, const char *name);
220 phandle prom_searchsiblings(phandle node_start, const char *name);
225 char *prom_firstprop(phandle node, char *buffer);
230 char *prom_nextprop(phandle node, const char *prev_property, char *buf);
233 int prom_node_has_property(phandle node, const char *property);
236 phandle prom_finddevice(const char *name);
241 int prom_setprop(phandle node, const char *prop_name, char *prop_value,
244 phandle prom_inst2pkg(int);