Searched refs:uart_disable (Results 1 – 2 of 2) sorted by relevance
51 void (*uart_disable)(struct platform_device *pdev); member
228 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()