Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
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()
A Dsetup_64.c509 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
/linux/drivers/of/
A Dkexec.c135 prop = of_get_property(of_chosen, "linux,ima-kexec-buffer", &len); in ima_get_kexec_buffer()
175 prop = of_find_property(of_chosen, "linux,ima-kexec-buffer", NULL); in ima_free_kexec_buffer()
183 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
A Dbase.c38 struct device_node *of_chosen; variable
39 EXPORT_SYMBOL(of_chosen);
1775 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
1776 if (of_chosen == NULL) in of_alias_scan()
1777 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
1779 if (of_chosen) { in of_alias_scan()
1783 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan()
1784 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
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/pasemi/
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/pci/
A Dof.c262 node = of_chosen; in of_pci_preserve_config()
274 if (node == of_chosen) in of_pci_preserve_config()
277 node = of_chosen; in of_pci_preserve_config()
294 if (of_pci_preserve_config(of_chosen)) in of_pci_check_probe_only()
/linux/arch/powerpc/platforms/powermac/
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()
A Dudbg_scc.c80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init()
A Dpic.c530 if (of_property_read_bool(of_chosen, "linux,bootx")) in pmac_pic_init()
/linux/arch/powerpc/platforms/chrp/
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/
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/
A Doffb.c666 offb_init_nodriver(pdev, of_chosen, 1); in offb_probe_bootx_noscreen()
/linux/arch/powerpc/platforms/pseries/
A Diommu.c2431 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
/linux/include/linux/
A Dof.h142 extern struct device_node *of_chosen;

Completed in 48 milliseconds