Searched refs:prom_nextprop (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/sparc/prom/ |
D | tree_64.c | 264 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() function 290 EXPORT_SYMBOL(prom_nextprop); 316 prom_nextprop(node, buf, buf); in prom_node_has_property()
|
D | tree_32.c | 220 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() function 227 EXPORT_SYMBOL(prom_nextprop);
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | oplib_32.h | 152 char *prom_nextprop(phandle node, char *prev_property, char *buffer);
|
D | oplib_64.h | 229 char *prom_nextprop(phandle node, const char *prev_property, char *buf);
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | oplib.h | 259 extern char *prom_nextprop(int node, char *prev_property);
|
/linux-4.1.27/arch/sparc/kernel/ |
D | prom_common.c | 141 name = prom_nextprop(node, prev, buf); in prom_common_nextprop()
|