| /linux/arch/m68k/sun3/prom/ |
| H A D | console.c | 94 prom_getproperty(st_p, "device_type", propb, sizeof(propb)); 97 prom_getproperty(prom_root_node, "stdin-path", propb, sizeof(propb)); 140 propl = prom_getproperty(st_p, "device_type", propb, sizeof(propb)); 149 prom_getproperty(prom_root_node, "stdout-path", propb, sizeof(propb));
|
| /linux/arch/sparc/prom/ |
| H A D | tree_32.c | 110 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty() function 125 EXPORT_SYMBOL(prom_getproperty); 134 if(prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1) in prom_getint() 174 len = prom_getproperty(node, prop, user_buf, ubuf_size); in prom_getstring() 192 error = prom_getproperty(thisnode, "name", promlib_buf, in prom_searchsiblings() 258 if (prom_getproperty (node2, "reg", (char *)reg, sizeof (reg)) > 0) { in prom_finddevice()
|
| H A D | ranges.c | 77 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init() 95 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges() 104 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges()
|
| H A D | misc_32.c | 103 if(!prom_getproperty(prom_root_node, "idprom", idbuf, num_bytes)) in prom_get_idprom()
|
| H A D | memory.c | 39 size = prom_getproperty(node, "available", (char *) reg, sizeof(reg)); in prom_meminit_v2()
|
| H A D | misc_64.c | 159 if (!prom_getproperty(prom_root_node, "idprom", idbuf, num_bytes)) in prom_get_idprom()
|
| /linux/arch/sparc/kernel/ |
| H A D | btext.c | 46 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize() 48 if (prom_getproperty(node, "height", (char *)&height, 4) < 0) in btext_initialize() 50 if (prom_getproperty(node, "depth", (char *)&depth, 4) < 0) in btext_initialize() 54 if (prom_getproperty(node, "linebytes", (char *)&prop, 4) >= 0 && in btext_initialize() 61 if (prom_getproperty(node, "address", (char *)&prop, 4) >= 0) in btext_initialize() 315 if (prom_getproperty(node, "device_type", type, 32) < 0) in btext_find_display()
|
| H A D | auxio_32.c | 62 if(prom_getproperty(auxio_nd, "reg", (char *) auxregs, sizeof(auxregs)) <= 0) in auxio_probe() 126 if (prom_getproperty(node, "reg", (char *)®s, sizeof(regs)) <= 0) in auxio_power_probe()
|
| H A D | idprom.c | 48 prom_getproperty(prom_root_node, "banner-name", in display_system_type()
|
| H A D | pcic.c | 310 err = prom_getproperty(node, "reg", (char*)regs, sizeof(regs)); in pcic_probe() 455 err = prom_getproperty(node, "reg", in pdev_to_pnode()
|
| /linux/arch/m68k/sun3/ |
| H A D | idprom.c | 75 prom_getproperty(prom_root_node, "banner-name", in display_system_type()
|
| /linux/arch/sparc/include/asm/ |
| H A D | oplib_32.h | 130 int __must_check prom_getproperty(phandle thisnode, const char *property,
|
| H A D | oplib_64.h | 198 int prom_getproperty(phandle thisnode, const char *property,
|
| /linux/arch/m68k/include/asm/ |
| H A D | oplib.h | 231 extern int prom_getproperty(int thisnode, char *property,
|