Searched refs:console_putc (Results 1 – 2 of 2) sorted by relevance
27 void (*console_putc)(void *data, char c); member
539 if (fdt_earlycon.console_putc) in rt_fdt_earlycon_output()543 fdt_earlycon.console_putc(fdt_earlycon.data, *str); in rt_fdt_earlycon_output()548 fdt_earlycon.console_putc(fdt_earlycon.data, '\r'); in rt_fdt_earlycon_output()576 fdt_earlycon.console_putc = RT_NULL; in rt_fdt_earlycon_kick()
Completed in 5 milliseconds