/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 245 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/ |
D | mv64x60_udbg.c | 80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in mv64x60_udbg_init()
|
D | mv64x60_dev.c | 515 prop = of_get_property(of_chosen, "linux,stdout-path", NULL); in mv64x60_add_mpsc_console()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | legacy_serial.c | 372 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()
|
D | btext.c | 238 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in btext_find_display()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 37 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()
|
D | unittest.c | 927 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | setup.c | 550 if (!of_chosen) { in check_pmac_serial_console() 557 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_pmac_serial_console()
|
D | udbg_scc.c | 84 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init()
|
D | pic.c | 540 if (of_get_property(of_chosen, "linux,bootx", NULL) != NULL) in pmac_pic_init()
|
/linux-4.1.27/arch/powerpc/platforms/chrp/ |
D | setup.c | 264 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/ |
D | simplefb.c | 405 if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) { in simplefb_init() 406 for_each_child_of_node(of_chosen, np) { in simplefb_init()
|
D | offb.c | 650 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/ |
D | setup.c | 496 if (of_chosen) { in find_and_init_phbs() 499 prop = of_get_property(of_chosen, in find_and_init_phbs()
|
D | iommu.c | 1299 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-host-generic.c | 234 prop = of_get_property(of_chosen, "linux,pci-probe-only", NULL); in gen_pci_probe()
|
/linux-4.1.27/drivers/tty/serial/ |
D | nwpserial.c | 451 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in nwpserial_console_init()
|
/linux-4.1.27/include/linux/ |
D | of.h | 118 extern struct device_node *of_chosen;
|