Lines Matching refs:phandle
33 extern phandle prom_root_node;
114 phandle prom_getchild(phandle parent_node);
119 phandle prom_getsibling(phandle node);
124 int prom_getproplen(phandle thisnode, const char *property);
129 int __must_check prom_getproperty(phandle thisnode, const char *property,
133 int prom_getint(phandle node, char *property);
136 int prom_getintdefault(phandle node, char *property, int defval);
139 int prom_getbool(phandle node, char *prop);
142 void prom_getstring(phandle node, char *prop, char *buf, int bufsize);
147 phandle prom_searchsiblings(phandle node_start, char *name);
152 char *prom_nextprop(phandle node, char *prev_property, char *buffer);
155 phandle prom_finddevice(char *name);
160 int prom_setprop(phandle node, const char *prop_name, char *prop_value,
163 phandle prom_inst2pkg(int);
171 void prom_apply_generic_ranges(phandle node, phandle parent,
177 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid);
178 int cpu_find_by_mid(int mid, phandle *prom_node);
179 int cpu_get_hwmid(phandle prom_node);