Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pasemi/
Diommu.c245 iommu_off = of_chosen && in iommu_init_early_pasemi()
246 of_get_property(of_chosen, "linux,iommu-off", NULL); in iommu_init_early_pasemi()
/linux-4.1.27/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.1.27/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()
Dbtext.c238 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in btext_find_display()
/linux-4.1.27/drivers/of/
Dbase.c37 struct device_node *of_chosen; variable
1902 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
1903 if (of_chosen == NULL) in of_alias_scan()
1904 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
1906 if (of_chosen) { in of_alias_scan()
1908 const char *name = of_get_property(of_chosen, "stdout-path", NULL); in of_alias_scan()
1910 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in of_alias_scan()
Dunittest.c927 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
/linux-4.1.27/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.c540 if (of_get_property(of_chosen, "linux,bootx", NULL) != NULL) in pmac_pic_init()
/linux-4.1.27/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.1.27/drivers/video/fbdev/
Dsimplefb.c405 if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) { in simplefb_init()
406 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.1.27/arch/powerpc/platforms/pseries/
Dsetup.c496 if (of_chosen) { in find_and_init_phbs()
499 prop = of_get_property(of_chosen, in find_and_init_phbs()
Diommu.c1299 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
/linux-4.1.27/drivers/pci/host/
Dpci-host-generic.c234 prop = of_get_property(of_chosen, "linux,pci-probe-only", NULL); in gen_pci_probe()
/linux-4.1.27/drivers/tty/serial/
Dnwpserial.c451 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in nwpserial_console_init()
/linux-4.1.27/include/linux/
Dof.h118 extern struct device_node *of_chosen;