Lines Matching refs:phandle
19 extern phandle prom_root_node;
27 extern phandle prom_chosen_node;
182 phandle prom_getchild(phandle parent_node);
187 phandle prom_getsibling(phandle node);
192 int prom_getproplen(phandle thisnode, const char *property);
197 int prom_getproperty(phandle thisnode, const char *property,
201 int prom_getint(phandle node, const char *property);
204 int prom_getintdefault(phandle node, const char *property, int defval);
207 int prom_getbool(phandle node, const char *prop);
210 void prom_getstring(phandle node, const char *prop, char *buf,
214 int prom_nodematch(phandle thisnode, const char *name);
219 phandle prom_searchsiblings(phandle node_start, const char *name);
224 char *prom_firstprop(phandle node, char *buffer);
229 char *prom_nextprop(phandle node, const char *prev_property, char *buf);
232 int prom_node_has_property(phandle node, const char *property);
235 phandle prom_finddevice(const char *name);
240 int prom_setprop(phandle node, const char *prop_name, char *prop_value,
243 phandle prom_inst2pkg(int);