Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
620 if (!of_chosen) { in check_legacy_serial_console()
631 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
633 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-6.3-rc2/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.c37 struct device_node *of_chosen; variable
38 EXPORT_SYMBOL(of_chosen);
1907 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
1908 if (of_chosen == NULL) in of_alias_scan()
1909 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
1911 if (of_chosen) { in of_alias_scan()
1915 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan()
1916 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
A Dplatform.c529 if (of_property_present(of_chosen, "linux,bootx-noscreen")) { in of_platform_default_populate_init()
590 node = of_get_compatible_child(of_chosen, "simple-framebuffer"); in of_platform_default_populate_init()
A Dunittest.c1484 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
/linux-6.3-rc2/arch/powerpc/platforms/pasemi/
A Diommu.c256 iommu_off = of_chosen && in iommu_init_early_pasemi()
257 of_get_property(of_chosen, "linux,iommu-off", NULL); in iommu_init_early_pasemi()
/linux-6.3-rc2/arch/powerpc/kexec/
A Dranges.c291 ret = of_property_read_u64(of_chosen, "linux,initrd-start", &base); in add_initrd_mem_range()
292 ret |= of_property_read_u64(of_chosen, "linux,initrd-end", &end); in add_initrd_mem_range()
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dsetup.c512 if (!of_chosen) { in check_pmac_serial_console()
519 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.c531 if (of_get_property(of_chosen, "linux,bootx", NULL) != NULL) in pmac_pic_init()
/linux-6.3-rc2/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-6.3-rc2/drivers/pci/
A Dof.c238 ret = of_property_read_u32(of_chosen, "linux,pci-probe-only", &val); in of_pci_check_probe_only()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Diommu.c1667 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
/linux-6.3-rc2/drivers/video/fbdev/
A Doffb.c673 offb_init_nodriver(pdev, of_chosen, 1); in offb_probe_bootx_noscreen()
/linux-6.3-rc2/include/linux/
A Dof.h145 extern struct device_node *of_chosen;

Completed in 31 milliseconds