Searched refs:of_chosen (Results 1 – 10 of 10) 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()
|
| H A D | setup_64.c | 506 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
|
| /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); 1936 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan() 1937 if (of_chosen == NULL) in of_alias_scan() 1938 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan() 1940 if (of_chosen) { in of_alias_scan() 1944 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan() 1945 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | setup.c | 511 if (!of_chosen) { in check_pmac_serial_console() 518 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 | 531 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/drivers/video/fbdev/ |
| H A D | offb.c | 671 offb_init_nodriver(pdev, of_chosen, 1); in offb_probe_bootx_noscreen()
|
| /linux/include/linux/ |
| H A D | of.h | 142 extern struct device_node *of_chosen;
|