Searched refs:of_stdout (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk.c | 193 num = of_clk_get_parent_count(of_stdout); in imx_register_uart_clocks() 197 if (!of_stdout) in imx_register_uart_clocks() 205 imx_uart_clocks[imx_enabled_uart_clocks] = of_clk_get(of_stdout, i); in imx_register_uart_clocks()
|
/linux-6.3-rc2/drivers/tty/hvc/ |
A D | hvc_vio.c | 392 if (!of_node_name_prefix(of_stdout, "vty")) in hvc_vio_init_early() 394 termno = of_get_property(of_stdout, "reg", NULL); in hvc_vio_init_early() 402 if (of_device_is_compatible(of_stdout, "hvterm1")) { in hvc_vio_init_early() 406 else if (of_device_is_compatible(of_stdout, "hvterm-protocol")) { in hvc_vio_init_early()
|
A D | hvc_opal.c | 332 struct device_node *stdout_node = of_node_get(of_stdout); in hvc_opal_init_early()
|
/linux-6.3-rc2/drivers/soc/renesas/ |
A D | rmobile-sysc.c | 199 if (of_stdout) in get_special_pds() 200 add_special_pd(of_stdout, PD_CONSOLE); in get_special_pds()
|
/linux-6.3-rc2/drivers/firmware/imx/ |
A D | scu-pd.c | 229 if (!of_stdout) in imx_sc_pd_get_console_rsrc() 232 ret = of_parse_phandle_with_args(of_stdout, "power-domains", in imx_sc_pd_get_console_rsrc()
|
/linux-6.3-rc2/drivers/of/ |
A D | base.c | 40 struct device_node *of_stdout; variable 1921 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan() 1922 if (of_stdout) in of_alias_scan() 1923 of_stdout->fwnode.flags |= FWNODE_FLAG_BEST_EFFORT; in of_alias_scan() 2035 if (!dn || dn != of_stdout || console_set_on_cmdline) in of_console_check()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | btext.c | 225 struct device_node *np = of_stdout; in btext_find_display()
|
/linux-6.3-rc2/drivers/tty/ |
A D | ehv_bytechan.c | 110 struct device_node *np = of_stdout; in find_console_handle()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 147 extern struct device_node *of_stdout;
|
Completed in 23 milliseconds