Searched refs:of_chosen (Results 1 – 12 of 12) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 402 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports() 404 path = of_get_property(of_chosen, "stdout-path", NULL); in find_legacy_serial_ports() 624 if (!of_chosen) { in check_legacy_serial_console() 635 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console() 637 name = of_get_property(of_chosen, "stdout-path", NULL); in check_legacy_serial_console()
|
/linux/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | 256 iommu_off = of_chosen && in iommu_init_early_pasemi() 257 of_property_read_bool(of_chosen, "linux,iommu-off"); in iommu_init_early_pasemi()
|
/linux/drivers/of/ |
H A D | base.c | 38 struct device_node *of_chosen; variable 39 EXPORT_SYMBOL(of_chosen); 1833 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan() 1834 if (of_chosen == NULL) in of_alias_scan() 1835 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan() 1837 if (of_chosen) { in of_alias_scan() 1841 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan() 1842 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
|
H A D | platform.c | 516 if (of_property_present(of_chosen, "linux,bootx-noscreen")) { in of_platform_default_populate_init() 577 node = of_get_compatible_child(of_chosen, "simple-framebuffer"); in of_platform_default_populate_init()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 513 if (!of_chosen) { in check_pmac_serial_console() 520 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_pmac_serial_console()
|
H A D | udbg_scc.c | 80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init()
|
H A D | pic.c | 530 if (of_property_read_bool(of_chosen, "linux,bootx")) in pmac_pic_init()
|
/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 266 if (!of_chosen) in chrp_init() 277 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init()
|
/linux/arch/powerpc/kexec/ |
H A D | ranges.c | 298 ret = of_property_read_u64(of_chosen, "linux,initrd-start", &base); in add_initrd_mem_range() 299 ret |= of_property_read_u64(of_chosen, "linux,initrd-end", &end); in add_initrd_mem_range()
|
/linux/drivers/video/fbdev/ |
H A D | offb.c | 666 offb_init_nodriver(pdev, of_chosen, 1); in offb_probe_bootx_noscreen()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 2431 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
|
/linux/include/linux/ |
H A D | of.h | 142 extern struct device_node *of_chosen;
|