Searched refs:of_stdout (Results 1 – 8 of 8) sorted by relevance
185 num = of_clk_get_parent_count(of_stdout); in imx_register_uart_clocks()189 if (!of_stdout) in imx_register_uart_clocks()197 imx_uart_clocks[imx_enabled_uart_clocks] = of_clk_get(of_stdout, i); in imx_register_uart_clocks()
394 if (!of_node_name_prefix(of_stdout, "vty")) in hvc_vio_init_early()396 termno = of_get_property(of_stdout, "reg", NULL); in hvc_vio_init_early()404 if (of_device_is_compatible(of_stdout, "hvterm1")) { in hvc_vio_init_early()408 else if (of_device_is_compatible(of_stdout, "hvterm-protocol")) { in hvc_vio_init_early()
330 struct device_node *stdout_node = of_node_get(of_stdout); in hvc_opal_init_early()
189 if (of_stdout) in get_special_pds()190 add_special_pd(of_stdout, PD_CONSOLE); in get_special_pds()
41 struct device_node *of_stdout; variable42 EXPORT_SYMBOL_GPL(of_stdout);1950 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan()1951 if (of_stdout) in of_alias_scan()1952 fwnode_set_flag(&of_stdout->fwnode, FWNODE_FLAG_BEST_EFFORT); in of_alias_scan()2066 if (!dn || dn != of_stdout || console_set_on_cmdline) in of_console_check()
224 struct device_node *np = of_stdout; in btext_find_display()
110 struct device_node *np = of_stdout; in find_console_handle()
144 extern struct device_node *of_stdout;