Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h51 void (*uart_disable)(struct platform_device *pdev); member
H A Dfiq_debugger.c228 if (state->pdata->uart_disable) in fiq_debugger_uart_disable()
229 state->pdata->uart_disable(state->pdev); in fiq_debugger_uart_disable()
1460 if ((pdata->uart_enable && !pdata->uart_disable) || in fiq_debugger_probe()
1461 (!pdata->uart_enable && pdata->uart_disable)) in fiq_debugger_probe()