Home
last modified time | relevance | path

Searched refs:of_chosen (Results 1 – 12 of 12) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c402 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 Diommu.c256 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 Dbase.c38 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 Dplatform.c516 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 Dsetup.c513 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 Dudbg_scc.c80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init()
H A Dpic.c530 if (of_property_read_bool(of_chosen, "linux,bootx")) in pmac_pic_init()
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c266 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 Dranges.c298 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 Doffb.c666 offb_init_nodriver(pdev, of_chosen, 1); in offb_probe_bootx_noscreen()
/linux/arch/powerpc/platforms/pseries/
H A Diommu.c2431 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
/linux/include/linux/
H A Dof.h142 extern struct device_node *of_chosen;