Home
last modified time | relevance | path

Searched refs:prom_nextprop (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/sparc/prom/
H A Dtree_64.c265 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 Dtree_32.c221 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 Doplib_32.h153 char *prom_nextprop(phandle node, char *prev_property, char *buffer);
H A Doplib_64.h230 char *prom_nextprop(phandle node, const char *prev_property, char *buf);
/openbmc/linux/arch/m68k/include/asm/
H A Doplib.h260 extern char *prom_nextprop(int node, char *prev_property);
/openbmc/linux/arch/sparc/kernel/
H A Dprom_common.c137 name = prom_nextprop(node, prev, buf); in prom_common_nextprop()