Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pasemi/
Diommu.c250 iommu_off = of_chosen && in iommu_init_early_pasemi()
251 of_get_property(of_chosen, "linux,iommu-off", NULL); in iommu_init_early_pasemi()
/linux-4.4.14/arch/powerpc/sysdev/
Dmv64x60_udbg.c80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in mv64x60_udbg_init()
Dmv64x60_dev.c515 prop = of_get_property(of_chosen, "linux,stdout-path", NULL); in mv64x60_add_mpsc_console()
/linux-4.4.14/arch/powerpc/kernel/
Dlegacy_serial.c372 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports()
584 if (!of_chosen) { in check_legacy_serial_console()
595 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
Dsetup_64.c352 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
Dbtext.c238 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in btext_find_display()
/linux-4.4.14/drivers/of/
Dbase.c37 struct device_node *of_chosen; variable
1899 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
1900 if (of_chosen == NULL) in of_alias_scan()
1901 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
1903 if (of_chosen) { in of_alias_scan()
1905 const char *name = of_get_property(of_chosen, "stdout-path", NULL); in of_alias_scan()
1907 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in of_alias_scan()
Dof_pci.c130 ret = of_property_read_u32(of_chosen, "linux,pci-probe-only", &val); in of_pci_check_probe_only()
Dunittest.c931 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dsetup.c550 if (!of_chosen) { in check_pmac_serial_console()
557 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.c541 if (of_get_property(of_chosen, "linux,bootx", NULL) != NULL) in pmac_pic_init()
/linux-4.4.14/arch/powerpc/platforms/chrp/
Dsetup.c264 if (!of_chosen) in chrp_init_early()
275 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init_early()
/linux-4.4.14/drivers/video/fbdev/
Dsimplefb.c406 if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) { in simplefb_init()
407 for_each_child_of_node(of_chosen, np) { in simplefb_init()
Doffb.c650 if (of_get_property(of_chosen, "linux,bootx-noscreen", NULL) != NULL) { in offb_init()
657 offb_init_nodriver(of_chosen, 1); in offb_init()
/linux-4.4.14/drivers/tty/serial/
Dnwpserial.c451 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in nwpserial_console_init()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c1380 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
/linux-4.4.14/include/linux/
Dof.h118 extern struct device_node *of_chosen;