Home
last modified time | relevance | path

Searched refs:uart_flush (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h49 void (*uart_flush)(struct platform_device *pdev); member
H A Dfiq_debugger.c236 if (state->pdata->uart_flush) in fiq_debugger_uart_flush()
237 state->pdata->uart_flush(state->pdev); in fiq_debugger_uart_flush()
H A Drk_fiq_debugger.c870 t->pdata.uart_flush = debug_flush; in rk_serial_debug_init()