Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dima_kexec.c67 prop = of_get_property(of_chosen, "linux,ima-kexec-buffer", &len); in ima_get_kexec_buffer()
91 prop = of_find_property(of_chosen, "linux,ima-kexec-buffer", NULL); in ima_free_kexec_buffer()
99 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
Dlegacy_serial.c374 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports()
586 if (!of_chosen) { in check_legacy_serial_console()
597 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
Dbtext.c239 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in btext_find_display()
Dsetup_64.c417 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
/Linux-v4.19/arch/powerpc/platforms/pasemi/
Diommu.c260 iommu_off = of_chosen && in iommu_init_early_pasemi()
261 of_get_property(of_chosen, "linux,iommu-off", NULL); in iommu_init_early_pasemi()
/Linux-v4.19/drivers/of/
Dbase.c37 struct device_node *of_chosen; variable
1860 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
1861 if (of_chosen == NULL) in of_alias_scan()
1862 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
1864 if (of_chosen) { in of_alias_scan()
1868 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan()
1869 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
Dunittest.c1182 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dsetup.c543 if (!of_chosen) { in check_pmac_serial_console()
550 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_pmac_serial_console()
Dudbg_scc.c84 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init()
Dpic.c543 if (of_get_property(of_chosen, "linux,bootx", NULL) != NULL) in pmac_pic_init()
/Linux-v4.19/arch/powerpc/platforms/chrp/
Dsetup.c265 if (!of_chosen) in chrp_init()
276 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init()
/Linux-v4.19/drivers/video/fbdev/
Dsimplefb.c551 if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) { in simplefb_init()
552 for_each_child_of_node(of_chosen, np) { in simplefb_init()
Doffb.c661 if (of_get_property(of_chosen, "linux,bootx-noscreen", NULL) != NULL) { in offb_init()
668 offb_init_nodriver(of_chosen, 1); in offb_init()
/Linux-v4.19/drivers/pci/
Dof.c229 ret = of_property_read_u32(of_chosen, "linux,pci-probe-only", &val); in of_pci_check_probe_only()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Diommu.c1365 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
/Linux-v4.19/include/linux/
Dof.h136 extern struct device_node *of_chosen;