Searched refs:prom_nextprop (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/sparc/prom/ |
H A D | tree_64.c | 265 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() function 291 EXPORT_SYMBOL(prom_nextprop); 317 prom_nextprop(node, buf, buf); in prom_node_has_property()
|
H A D | tree_32.c | 221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() function 228 EXPORT_SYMBOL(prom_nextprop);
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | oplib_32.h | 153 char *prom_nextprop(phandle node, char *prev_property, char *buffer);
|
H A D | oplib_64.h | 230 char *prom_nextprop(phandle node, const char *prev_property, char *buf);
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | oplib.h | 260 extern char *prom_nextprop(int node, char *prev_property);
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | prom_common.c | 137 name = prom_nextprop(node, prev, buf); in prom_common_nextprop()
|