Home
last modified time | relevance | path

Searched refs:uart_putc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/
H A Dconsole.c64 static void uart_putc(int ch) in uart_putc() function
78 uart_putc(ch); in putchar()
80 uart_putc('\r'); in putchar()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h48 void (*uart_putc)(struct platform_device *pdev, unsigned int c); member
H A Drk_fiq_debugger.c868 t->pdata.uart_putc = debug_putc; in rk_serial_debug_init()
980 t->pdata.uart_putc = debug_putc_dummy; in rk_serial_debug_init_dummy()
H A Dfiq_debugger.c242 if (state->pdata->uart_putc) in fiq_debugger_putc()
243 state->pdata->uart_putc(state->pdev, c); in fiq_debugger_putc()
1458 if (!pdata->uart_getc || !pdata->uart_putc) in fiq_debugger_probe()