Lines Matching refs:phandle
34 extern phandle prom_root_node;
115 phandle prom_getchild(phandle parent_node);
120 phandle prom_getsibling(phandle node);
125 int prom_getproplen(phandle thisnode, const char *property);
130 int __must_check prom_getproperty(phandle thisnode, const char *property,
134 int prom_getint(phandle node, char *property);
137 int prom_getintdefault(phandle node, char *property, int defval);
140 int prom_getbool(phandle node, char *prop);
143 void prom_getstring(phandle node, char *prop, char *buf, int bufsize);
148 phandle prom_searchsiblings(phandle node_start, char *name);
153 char *prom_nextprop(phandle node, char *prev_property, char *buffer);
156 phandle prom_finddevice(char *name);
161 int prom_setprop(phandle node, const char *prop_name, char *prop_value,
164 phandle prom_inst2pkg(int);
172 void prom_apply_generic_ranges(phandle node, phandle parent,
178 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid);
179 int cpu_find_by_mid(int mid, phandle *prom_node);
180 int cpu_get_hwmid(phandle prom_node);