Searched refs:of_to_dataprop (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | machdep.c | 374 if (of_to_dataprop(dict, node, "EDID", "EDID")) { in copy_disp_props() 376 } else if (of_to_dataprop(dict, node, "EDID,A", "EDID")) { in copy_disp_props() 378 } else if (of_to_dataprop(dict, node, "EDID,B", "EDID")) { in copy_disp_props()
|
/netbsd-src/sys/dev/ofw/ |
H A D | openfirm.h | 126 bool of_to_dataprop(prop_dictionary_t, int, const char *, const char *);
|
H A D | ofw_i2c_subr.c | 100 of_to_dataprop(dev, node, "compatible", "compatible"); in of_enter_i2c_devs()
|
H A D | ofw_spi_subr.c | 91 of_to_dataprop(dev, node, "compatible", "compatible"); in of_enter_spi_devs()
|
H A D | ofw_subr.c | 485 of_to_dataprop(prop_dictionary_t dict, int node, const char *ofname, in of_to_dataprop() function
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | ofw_autoconf.c | 386 of_to_dataprop(dict, node, "local-mac-address", in device_register() 388 of_to_dataprop(dict, node, "shared-pins", in device_register()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | autoconf.c | 1280 of_to_dataprop(dict, ofnode, "shared-pins", in device_register() 1546 if (!of_to_dataprop(dict, node, "EDID", "EDID")) in copyprops() 1547 of_to_dataprop(dict, node, "edid", "EDID"); in copyprops()
|