Searched refs:of_chosen (Results 1 – 18 of 18) sorted by relevance
| /linux-4.4.14/arch/powerpc/platforms/pasemi/ |
| D | iommu.c | 250 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/ |
| 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.4.14/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 | setup_64.c | 352 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
|
| D | btext.c | 238 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in btext_find_display()
|
| /linux-4.4.14/drivers/of/ |
| D | base.c | 37 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()
|
| D | of_pci.c | 130 ret = of_property_read_u32(of_chosen, "linux,pci-probe-only", &val); in of_pci_check_probe_only()
|
| D | unittest.c | 931 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
|
| /linux-4.4.14/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 | 541 if (of_get_property(of_chosen, "linux,bootx", NULL) != NULL) in pmac_pic_init()
|
| /linux-4.4.14/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.4.14/drivers/video/fbdev/ |
| D | simplefb.c | 406 if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) { in simplefb_init() 407 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.4.14/drivers/tty/serial/ |
| D | nwpserial.c | 451 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in nwpserial_console_init()
|
| /linux-4.4.14/arch/powerpc/platforms/pseries/ |
| D | iommu.c | 1380 if (of_chosen && of_get_property(of_chosen, "linux,iommu-off", NULL)) in iommu_init_early_pSeries()
|
| /linux-4.4.14/include/linux/ |
| D | of.h | 118 extern struct device_node *of_chosen;
|