Home
last modified time | relevance | path

Searched refs:console_putc (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dofw_fdt.h27 void (*console_putc)(void *data, char c); member
/components/drivers/ofw/
A Dfdt.c539 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